diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py index 282027d704abb0499d369040d66ad81a684fce73..5613493a580db2ec626c1d88fff86c846d998046 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.7.1" +__version__ = "1.7.2" diff --git a/setup.py b/setup.py index 7667543a9ef67fdb0c354a16c3e27c4126a62115..50e8509a7a5eb1c4b963c4df9575fc3002a0b9d9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.7.1", + version="1.7.2", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 7aec5a8c9099798d7c93fc5635238703a747a57d..6f440533a60a976e6f61ed2a83aa76c85fa2eafd 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.7.1" +current = "1.7.2" # Example of a semver regexp. # Make sure this matches current_version before