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 b81d56b commit b8db45bCopy full SHA for b8db45b
setup.py
@@ -8,7 +8,7 @@
8
name="ctm-python-client",
9
packages=find_packages(where="src"),
10
package_dir={"": "src"},
11
- version="2.5.0",
+ version="2.5.1",
12
description="Python Workflows for Control-M",
13
long_description=long_description,
14
long_description_content_type='text/markdown',
src/ctm_python_client/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '2.5.0'
+__version__ = '2.5.1'
2
__author__ = 'BMC Software'
tests/test_sanity.py
@@ -2,6 +2,6 @@ def test_version_author():
import ctm_python_client
3
4
assert ctm_python_client.__author__ == 'BMC Software'
5
- assert ctm_python_client.__version__ == '2.5.0'
+ assert ctm_python_client.__version__ == '2.5.1'
6
7
0 commit comments