Skip to content

Commit 6998a11

Browse files
author
shacharl
committed
bump version for release
1 parent b81d56b commit 6998a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5.0",
11+
version="2.5.1",
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.5.0'
1+
__version__ = '2.5.1'
22
__author__ = 'BMC Software'

0 commit comments

Comments
 (0)