diff --git a/src/config.py b/src/config.py index c916034..53ccb0c 100644 --- a/src/config.py +++ b/src/config.py @@ -16,7 +16,7 @@ DOT_ENV_PATH.touch(mode=0o600, exist_ok=True) class Config: env_dict: ClassVar[OrderedDict[str, str]] = {} dot_env_path = DOT_ENV_PATH - VERSION = "1.6" + VERSION = "2.0" @staticmethod def init(dotenv_path: str = DOT_ENV_PATH) -> None: