summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--robotframework-onap/setup.cfg2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg
index 46d7b48..f04dfdd 100644
--- a/robotframework-onap/setup.cfg
+++ b/robotframework-onap/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = robotframework-onap
-version = 0.5
+version = 0.5.1
home-page = https://github.com/onap/testsuite-python-testing-utils
classifier =
Development Status :: 4 - Beta
diff --git a/version.properties b/version.properties
index b69e8d0..ade0917 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=4
-patch=0
+minor=5
+patch=1
base_version=${major}.${minor}.${patch}