diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py index d16e91fcf7ee92da6c0944d3d467b46f14fc6320..493be2ad8fcbfca3bc5bd43b5288682be0533fde 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.7.15" +__version__ = "1.7.16" diff --git a/setup.py b/setup.py index 4fd8c85b6fbe196d55c827c475e3bd2b91ed9c38..56024cd808915dbd9324b496ef74188015e950ab 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.7.15", + version="1.7.16", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 12e7c733da54b89751d75bbefcf487a723a63e5a..372225644bd174997182fd1796a8ff96e7cfb708 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.7.15" +current = "1.7.16" # Example of a semver regexp. # Make sure this matches current_version before