Skip to content

Commit

Permalink
Merge pull request #81 from controlm/py-documentation-chain
Browse files Browse the repository at this point in the history
release 2.3.2
  • Loading branch information
RefaelBeker7 authored Jul 2, 2024
2 parents c5e8c9e + 319e1e5 commit 8788013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name="ctm-python-client",
packages=find_packages(where="src"),
package_dir={"": "src"},
version="2.3.1",
version="2.3.2",
description="Python Workflows for Control-M",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/ctm_python_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.3.1'
__version__ = '2.3.2'
__author__ = 'BMC Software'
2 changes: 1 addition & 1 deletion tests/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ def test_version_author():
import ctm_python_client

assert ctm_python_client.__author__ == 'BMC Software'
assert ctm_python_client.__version__ == '2.3.1'
assert ctm_python_client.__version__ == '2.3.2'


0 comments on commit 8788013

Please sign in to comment.