Introdotto versioning visibile ver 1.0
This commit is contained in:
@@ -19,8 +19,9 @@ from typing import Any, Callable, Optional
|
||||
import customtkinter as ctk
|
||||
|
||||
from async_loop_singleton import get_global_loop
|
||||
from version_info import module_version
|
||||
|
||||
__VERSION__ = "GestioneAreeFrame v3.3.0-singleloop"
|
||||
__version__ = module_version(__name__)
|
||||
|
||||
try:
|
||||
from async_msssql_query import AsyncMSSQLClient # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user