Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Sep 7, 2018
1 parent 27eefdb commit 1a6ba4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constant2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except: # pragma: no cover
pass

__version__ = "0.0.13"
__version__ = "0.0.12"
__short_description__ = "provide extensive way of managing your constant variable."
__license__ = "MIT"
__author__ = "Sanhe Hu"
Expand Down

0 comments on commit 1a6ba4a

Please sign in to comment.