From 167521160cb95762c39185af8081290396181985 Mon Sep 17 00:00:00 2001 From: Rud356 Date: Wed, 2 Aug 2023 15:14:18 +0300 Subject: [PATCH] Bump version to 4.0.2 --- config_framework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_framework/__init__.py b/config_framework/__init__.py index 96653d7..15a0717 100644 --- a/config_framework/__init__.py +++ b/config_framework/__init__.py @@ -1,4 +1,4 @@ from config_framework import loaders, types, utils from config_framework.types import BaseConfig, VariableKey, Variable -__version__ = "4.0.1" +__version__ = "4.0.2"