summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/setup.py')
-rw-r--r--robotframework-onap/setup.py2
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."