diff options
-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 f0b9ed4..9494956 100644 --- a/onap-client/setup.py +++ b/onap-client/setup.py @@ -43,7 +43,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="onap-client", - version="1.5.0", + version="1.5.1", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", |