diff --git a/src/ctm_python_client/__init__.py b/src/ctm_python_client/__init__.py index ed5ca9e..c5975af 100644 --- a/src/ctm_python_client/__init__.py +++ b/src/ctm_python_client/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.5.1' +__version__ = '2.5.2' __author__ = 'BMC Software' diff --git a/tests/test_sanity.py b/tests/test_sanity.py index 2148311..e9dd77b 100644 --- a/tests/test_sanity.py +++ b/tests/test_sanity.py @@ -2,6 +2,6 @@ def test_version_author(): import ctm_python_client assert ctm_python_client.__author__ == 'BMC Software' - assert ctm_python_client.__version__ == '2.5.1' + assert ctm_python_client.__version__ == '2.5.2'