aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/setup.py
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2020-05-21 14:36:33 -0700
committerstark, steven <steven.stark@att.com>2020-05-21 14:42:25 -0700
commitae7a1f690808666d0b6b8b79b739e3a865dd93b1 (patch)
tree88b381417f9e4c75fde07622741fe852aeee1984 /onap-client/setup.py
parentd481ad9918d383c82335e52db4a360964194ef5d (diff)
[VVP] adding VSP owner and VF description
Adding optional mechanism to override the VSP owner Addition optional field for the VF descriptino Issue-ID: VVP-418 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ib297a22a75a138881647fc2b8e91149c9e7a686c
Diffstat (limited to 'onap-client/setup.py')
-rw-r--r--onap-client/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onap-client/setup.py b/onap-client/setup.py
index e685152..398fff2 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.6.0",
+ version="0.6.1",
author="Steven Stark",
author_email="steven.stark@att.com",
description="Python API wrapper for ONAP applications",