Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 11, 2019
1 parent ddbb000 commit 6133591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
2019 Dominic Davis-Foster <dominic@davis-foster.co.uk>
"""

VERSION = "0.1.2"
VERSION = "0.1.3"

modname = "wxIconSaver"
py_modules = ['wxIconSaver']
Expand Down
2 changes: 1 addition & 1 deletion wxIconSaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__copyright__ = "2019 Dominic Davis-Foster"

__license__ = "GPL"
__version__ = "0.1.2"
__version__ = "0.1.3"
__email__ = "dominic@davis-foster.co.uk"


Expand Down

0 comments on commit 6133591

Please sign in to comment.