From 298faa6523c781b9d39ad46d1d24e946d7353ae7 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Fri, 16 Aug 2024 23:30:54 +0200 Subject: [PATCH] Update version --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: