diff options
author | stark, steven <steven.stark@att.com> | 2020-04-24 14:41:15 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-04-24 14:41:15 -0700 |
commit | 4236b7b454a201db1aab3a9dfaad1f7a08785cc0 (patch) | |
tree | 5f7c1640bd065e92e63afe9244e1f6dc7ce4a7d1 /onap-client/setup.py | |
parent | d6b3ac08745b099fbd0ea5ff9feec22a0247bf49 (diff) |
[VVP] onap client fails to import if config file not set
Issue-ID: VVP-412
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I8c810dd5268c522ea21a40704315051c5daa5292
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 228c921..292b38d 100644 --- a/onap-client/setup.py +++ b/onap-client/setup.py @@ -47,7 +47,7 @@ for file in os.listdir("etc/payloads"): setuptools.setup( name="onap-client", - version="0.5.0", + version="0.5.1", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", |