Skip to content

Commit 4ae3634

Browse files
authored
Update __init__.py
1 parent 41db40c commit 4ae3634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

magic_config/magic_config/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# import sys
2-
# if sys.version_info < (3, 10, 8):
2+
# if sys.version_info < (3, 13, 0):
33
# raise ImportError('Your Python version {0} is not supported by MagicConfig, please install '
4-
# 'Python 3.10.8+'.format('.'.join(map(str, sys.version_info[:3]))))
4+
# 'Python 3.13+'.format('.'.join(map(str, sys.version_info[:3]))))
55

66
from .lib import MagicConfig, Config
77

@@ -10,5 +10,5 @@
1010
"Config"
1111
)
1212

13-
__version__ = '0.1.12'
13+
__version__ = '1.0.0'
1414

0 commit comments

Comments
 (0)