aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2018-02-20 07:47:25 -0500
committerTommy Carpenter <tommy@research.att.com>2018-02-20 14:40:20 -0500
commite0117d81950cb8fdb5e56858d11fbfab6f3766a2 (patch)
treeba13f3f43ff73bfde959201fcb4c31cddec58e48 /setup.py
parentcddb7244e2853737644f06043056526437ecb7fe (diff)
Implement the new api service_component_all
Change-Id: I50cc54f65023d61e1a085fdd2b13654553f7b7ad Issue-ID: DCAEGEN2-348 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 51e41be..96f2718 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from pip.download import PipSession
setup(
name='config_binding_service',
- version='1.3.2',
+ version='2.0.0',
packages=find_packages(exclude=["tests.*", "tests"]),
author = "Tommy Carpenter",
author_email = "tommy@research.att.com",