diff --git a/jsoncfg/__init__.py b/jsoncfg/__init__.py index 2c02afb..6ffe15d 100644 --- a/jsoncfg/__init__.py +++ b/jsoncfg/__init__.py @@ -35,7 +35,7 @@ # case increase only version_info[2]. # version_info[2]: Increase in case of bugfixes. Also use this if you added new features # without modifying the behavior of the previously existing ones. -version_info = (0, 2, 0) +version_info = (0, 3, 0) __version__ = '.'.join(str(n) for n in version_info) __author__ = 'István Pásztor' __license__ = 'MIT' diff --git a/setup.py b/setup.py index a014d55..685d539 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def find_version(*path): classifiers=[ 'License :: OSI Approved :: MIT License', - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries :: Python Modules',