diff options
author | DR695H <dr695h@att.com> | 2019-05-10 16:53:17 -0400 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-05-13 16:56:38 +0000 |
commit | ff20b737dc3bc17dfc4d5ce83614a10c2240202f (patch) | |
tree | 3978ee68f453ef4927ae06309074cb8f538299a7 /robotframework-onap/setup.py | |
parent | 72584d1ed32f4936c49b80a1278d5af19c2a0dad (diff) |
move to 5 for master branch
Change-Id: I509eb43e533995601c31e9bd8acd38c7c9d4a844
Issue-ID: TEST-154
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/setup.py')
-rw-r--r-- | robotframework-onap/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robotframework-onap/setup.py b/robotframework-onap/setup.py index 2307375..6cecbc5 100644 --- a/robotframework-onap/setup.py +++ b/robotframework-onap/setup.py @@ -18,7 +18,7 @@ from setuptools import setup setup( name='robotframework-onap', # This is the name of your PyPI-package. keywords=["utils", "robotframework", "testing", "onap"], - version='0.4', # Update the version number for new releases + version='0.5', # Update the version number for new releases license="Apache 2.0", description='Scripts written to be used during robot framework testing', # Info about script long_description="python-package that provides convenience methods to make certain tasks in robot framework easier." |