From 3f347980b950d52548a38292d1172768f1440c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20P=C3=A1sztor?= Date: Sun, 3 May 2015 02:20:06 +0100 Subject: [PATCH] increasing version to 0.3.0 and putting the stuff into public beta --- jsoncfg/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',