Skip to content

Commit a522afe

Browse files
committed
uprev
1 parent 7ef842a commit a522afe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pydantic_settings/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'SecretsSettingsSource',
1818
'EnvSettingsSource',
1919
'DotEnvSettingsSource',
20+
'__version__',
2021
)
2122

2223
__version__ = VERSION

pydantic_settings/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.0.1'
1+
VERSION = '2.0a1'

0 commit comments

Comments
 (0)