Update version
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user