Skip to content

Commit

Permalink
Bump version: 0.63 → 0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydonald committed Dec 14, 2018
1 parent ee824ff commit 9ad09b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.63
current_version = 0.64
commit = True
tag = True
parse = (?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion luckydonaldUtils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from sys import version as python_version

__author__ = 'luckydonald'
__version__ = "0.63" # had a leading zero before version "0.20" (i.e. "0.019"). PyPI always removed that anyway.
__version__ = "0.64" # had a leading zero before version "0.20" (i.e. "0.019"). PyPI always removed that anyway.
VERSION = __version__

py2 = True if python_version < '3' else False
Expand Down

0 comments on commit 9ad09b2

Please sign in to comment.