Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
increasing version to 0.3.0 and putting the stuff into public beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pasztorpisti committed May 3, 2015
1 parent 12447d7 commit 3f34798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsoncfg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down

0 comments on commit 3f34798

Please sign in to comment.