diff --git a/etcdb/__init__.py b/etcdb/__init__.py index 2acb335..21b9ba4 100644 --- a/etcdb/__init__.py +++ b/etcdb/__init__.py @@ -22,7 +22,7 @@ __author__ = 'Box TechOps Database Team' __email__ = 'oss@box.com' -__version__ = '1.5.16' +__version__ = '1.5.17' def _split_version(version): diff --git a/setup.cfg b/setup.cfg index 6735bc7..fbac634 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.16 +current_version = 1.5.17 commit = True tag = False diff --git a/setup.py b/setup.py index 01521c2..4b0b45e 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='etcdb', - version='1.5.16', + version='1.5.17', description="PEP 249 compatible driver for Etcd", long_description=readme + '\n\n' + history, author="Box TechOps Database Team",