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

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pasztorpisti committed May 4, 2015
1 parent c294b08 commit 55e3695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsoncfg/__init__.py
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, 3, 2)
version_info = (0, 3, 3)
__version__ = '.'.join(str(n) for n in version_info)
__author__ = 'István Pásztor'
__license__ = 'MIT'

0 comments on commit 55e3695

Please sign in to comment.