diff options
Diffstat (limited to 'onap-client/setup.py')
-rw-r--r-- | onap-client/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onap-client/setup.py b/onap-client/setup.py index 6c25765..2f0a0fe 100644 --- a/onap-client/setup.py +++ b/onap-client/setup.py @@ -47,7 +47,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="onap-client", - version="1.0.0", + version="1.0.1", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", |