diff --git a/setup.cfg b/setup.cfg index 7c09faa..45ab519 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.5.4 message = Set version {new_version} commit = True tag = True diff --git a/setup.py b/setup.py index ec3640c..447f40a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = '0.5.3' +VERSION = '0.5.4' def read(*parts):