diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-05-16 16:36:27 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-05-16 16:37:07 -0700 |
commit | 6dbe9eb859a24ee55331c4f15a4f49265563db4f (patch) | |
tree | 6f665af6d933406c720301d73886ef1c4ec9a8ab | |
parent | dcfc64ef46b52769f03b6ed06e23b455c8ed69e5 (diff) |
Increment vnfsdk dovetail version2.0.0-ONAPbeijing2.0.0-ONAP
Issue-ID: VNFSDK-267
Change-Id: I9c3a32f5c3e181ca37cbd0618a8af16d17eceb5e
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rwxr-xr-x | setup.py | 2 | ||||
-rw-r--r-- | vnftest.egg-info/PKG-INFO | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ from setuptools import setup, find_packages setup( name="vnftest", - version="0.1.dev0", + version="1.1.0", packages=find_packages(), include_package_data=True, package_data={ diff --git a/vnftest.egg-info/PKG-INFO b/vnftest.egg-info/PKG-INFO index 14cf284..25a1c78 100644 --- a/vnftest.egg-info/PKG-INFO +++ b/vnftest.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: vnftest -Version: 0.1.dev0 +Version: 1.1.0 Summary: UNKNOWN Home-page: https://www.onap.org Author: UNKNOWN |