Skip to content

Commit 9c03306

Browse files
authored
Merge pull request #103 from controlm/support-run_on_demand
Support run ondemand Automation-API Control-M
2 parents 00ae988 + deb24e7 commit 9c03306

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="ctm-python-client",
99
packages=find_packages(where="src"),
1010
package_dir={"": "src"},
11-
version="2.3.7",
11+
version="2.4.0",
1212
description="Python Workflows for Control-M",
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

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.3.7'
1+
__version__ = '2.4.0'
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.3.7'
5+
assert ctm_python_client.__version__ == '2.4.0'
66

77

0 commit comments

Comments
 (0)