Update version

This commit is contained in:
2024-08-16 23:30:54 +02:00
parent b8e786cb2f
commit 298faa6523

View File

@@ -16,7 +16,7 @@ DOT_ENV_PATH.touch(mode=0o600, exist_ok=True)
class Config: class Config:
env_dict: ClassVar[OrderedDict[str, str]] = {} env_dict: ClassVar[OrderedDict[str, str]] = {}
dot_env_path = DOT_ENV_PATH dot_env_path = DOT_ENV_PATH
VERSION = "1.6" VERSION = "2.0"
@staticmethod @staticmethod
def init(dotenv_path: str = DOT_ENV_PATH) -> None: def init(dotenv_path: str = DOT_ENV_PATH) -> None: