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 6998a11Copy full SHA for 6998a11
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'
0 commit comments