diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5812e26..3af5768 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.15.0 +current_version = 1.16.0 commit = False tag = False diff --git a/setup.py b/setup.py index 3e08822..37e4595 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup name = 'credstash' -version = '1.15.0' +version = '1.16.0' setup( name=name,