diff options
author | Tommy Carpenter <tommy@research.att.com> | 2018-02-20 07:47:25 -0500 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2018-02-20 14:40:20 -0500 |
commit | e0117d81950cb8fdb5e56858d11fbfab6f3766a2 (patch) | |
tree | ba13f3f43ff73bfde959201fcb4c31cddec58e48 /setup.py | |
parent | cddb7244e2853737644f06043056526437ecb7fe (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |