Skip to content

Commit

Permalink
Set version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemmer committed Jul 16, 2018
1 parent 880466e commit 059b14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.3
current_version = 0.5.4
message = Set version {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

VERSION = '0.5.3'
VERSION = '0.5.4'


def read(*parts):
Expand Down

0 comments on commit 059b14b

Please sign in to comment.