diff options
author | stark, steven <steven.stark@att.com> | 2020-04-07 08:36:44 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-04-07 08:36:44 -0700 |
commit | 298508191ae545ecf6eb2b7a56fd1d0828f20f0e (patch) | |
tree | 9685dc85589fa2a395fc03f733299e63a3b77fd6 /onap-client/setup.py | |
parent | 07c28e0a81383f76f5d563f265db27519d4922f1 (diff) |
[VVP] Adding support for update to onap-client
Issue-ID: VVP-399
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I3f7d1694fd23295a274c0c0e3801a33ab23dce7f
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 7806e3b..2624f9b 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.3.0", + version="0.4.0", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", |