diff options
author | stark, steven <steven.stark@att.com> | 2020-03-24 10:57:14 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-03-26 16:38:36 -0700 |
commit | 07c28e0a81383f76f5d563f265db27519d4922f1 (patch) | |
tree | d7864aeb2d002ab0e950bc3bf2c2f4adaa706a81 /onap-client/setup.py | |
parent | 2243bbf2398379fb1e02bd51a9dfc17bedcbf61d (diff) |
[VVP] Updating documentation for test-engine
Issue-ID: VVP-393
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: Id52cef3b5b5d8b695aaa2cf92d8ab734c66f35f3
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 be6077c..7806e3b 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.2.0", + version="0.3.0", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", |