We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b2abe commit 7231039Copy full SHA for 7231039
1 file changed
tests/test_sanity.py
@@ -2,6 +2,6 @@ def test_version_author():
2
import ctm_python_client
3
4
assert ctm_python_client.__author__ == 'BMC Software'
5
- assert ctm_python_client.__version__ == '2.5.12'
+ assert ctm_python_client.__version__ == '2.5.10'
6
7
0 commit comments