We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8cc6c commit 995b3d5Copy full SHA for 995b3d5
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.4.6'
+ assert ctm_python_client.__version__ == '2.4.8'
6
7
0 commit comments