diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9123969..a919683 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True message = {new_version} diff --git a/setup.py b/setup.py index 09ecc4f..b7e5039 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.install import install -version = '0.3.5' +version = '0.3.6' local_build = os.environ.get('LOCAL', 0)