aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2019-08-16 13:33:39 -0400
committerTommy Carpenter <tommy@research.att.com>2019-08-16 15:07:32 -0400
commit8e877dcb6836b8dabf493b2a5c6d42227fa49cf0 (patch)
tree7d4ea651ec59ebc00b448a68e4542ef53ed01268 /setup.py
parent373a87753cfa0d46ff6689a323b8c9cd0f5783e5 (diff)
Transition to py37 now that python jjb in use
Issue-ID: DCAEGEN2-1729 Change-Id: I4a0cabdc0e51b330da708b4341e1097e575e2d90 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b276e94..8ee9816 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup, find_packages
setup(
name="config_binding_service",
- version="2.5.1",
+ version="2.5.2",
packages=find_packages(exclude=["tests.*", "tests"]),
author="Tommy Carpenter",
author_email="tommy@research.att.com",