Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-luminal committed Jul 13, 2018
1 parent b0f1f02 commit 7c635ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 1.14.1
current_version = 1.15.0
commit = False
tag = False

[bumpversion:file:setup.py]
search = version = '{current_version}'
replace = version = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

name = 'credstash'
version = '1.14.1'
version = '1.15.0'

setup(
name=name,
Expand Down

0 comments on commit 7c635ad

Please sign in to comment.