Skip to content

Commit

Permalink
Prepare for version update to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud356 committed Nov 25, 2024
1 parent 7e870d0 commit 084841f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config_framework/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from config_framework import loaders, types, utils
from config_framework.types import BaseConfig, VariableKey, Variable

__version__ = "4.0.2"
__version__ = "4.1.0"
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 084841f

Please sign in to comment.