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

Commit

Permalink
setting version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pasztorpisti committed May 3, 2015
1 parent 341188e commit c39ef45
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, 1)
version_info = (0, 3, 2)
__version__ = '.'.join(str(n) for n in version_info)
__author__ = 'István Pásztor'
__license__ = 'MIT'

0 comments on commit c39ef45

Please sign in to comment.