From e102133afaa94ae9f8c9c0235c25dd0d78b9cf73 Mon Sep 17 00:00:00 2001 From: mike-luminal Date: Sat, 11 Apr 2020 13:03:30 -0400 Subject: [PATCH] bump version --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 825be8b..071fd33 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.17.0 +current_version = 1.17.1 commit = False tag = False diff --git a/setup.py b/setup.py index f6106c9..5b9a245 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup name = 'credstash' -version = '1.17.0' +version = '1.17.1' setup( name=name,