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