Skip to content

Commit 3703906

Browse files
author
shacharl
committed
handoff
1 parent 650172c commit 3703906

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ctm_python_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '2.5.1'
1+
__version__ = '2.5.2'
22
__author__ = 'BMC Software'

tests/test_sanity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ def test_version_author():
22
import ctm_python_client
33

44
assert ctm_python_client.__author__ == 'BMC Software'
5-
assert ctm_python_client.__version__ == '2.5.1'
5+
assert ctm_python_client.__version__ == '2.5.2'
66

77

0 commit comments

Comments
 (0)