diff options
-rw-r--r-- | robotframework-onap/setup.cfg | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg index 46d7b48..2de608b 100644 --- a/robotframework-onap/setup.cfg +++ b/robotframework-onap/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = robotframework-onap -version = 0.5 +version = 0.6 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..0ee2dd3 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 +minor=6 patch=0 base_version=${major}.${minor}.${patch} |