Skip to content

Commit ef081bc

Browse files
authored
Bump version
1 parent 2f27db6 commit ef081bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typed_app_settings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A package to create and use app specific settings with type hints."""
22

3-
__version__ = "0.3"
3+
__version__ = "0.4"
44

55
from ._lib import typed_settings_prefix, typed_settings_dict, UndefinedValue, undefined
66

0 commit comments

Comments
 (0)