diff options
author | stark, steven <steven.stark@att.com> | 2020-03-18 15:49:12 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-03-18 15:58:39 -0700 |
commit | 2243bbf2398379fb1e02bd51a9dfc17bedcbf61d (patch) | |
tree | 96ce4b751826b7797f1125a2a30615630e256a3c /onap-client | |
parent | c02d3ed39e53d4ce56406a43089fc4a336c43f17 (diff) |
[VVP] Adding OVP VNF Heat testcase
Issue-ID: VVP-381
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: Iebcddb15ad2116555faf480129400ed6ae1ab8cc
Diffstat (limited to 'onap-client')
-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 a80f832..be6077c 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.1.0", + version="0.2.0", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", |