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

Commit

Permalink
bumping version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pasztorpisti committed Apr 9, 2016
1 parent 1d30178 commit 27574ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsoncfg/__init__.py
Expand Up @@ -40,7 +40,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, 3, 4)
version_info = (0, 4, 0)
__version__ = '.'.join(str(n) for n in version_info)
__author__ = 'István Pásztor'
__license__ = 'MIT'

0 comments on commit 27574ee

Please sign in to comment.