diff --git a/setup.cfg b/setup.cfg index e2fd9fa2..7c663c9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True diff --git a/setup.py b/setup.py index 274543ca..5b65802b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup -__version__ = '0.4.0' +__version__ = '0.4.1' def package_data(pkg, roots):