diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py index 6e5560bb61a5f29967311748f7343764da06a4e0..84d8c48352af318e0ab0f0dcf480ef4e0d566838 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.6.9" +__version__ = "1.6.10" diff --git a/setup.py b/setup.py index e0427007faa7972bcc58fdd706634088dd0cf7dc..1cec5874c23b84d772ad17bab1daa9b7d5db4572 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.6.9", + version="1.6.10", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 1c9fe459a920ad03a38eec394177cb4701e7e5c1..7da9dd1cfd5a715706bf3b512138f3e780045082 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.6.9" +current = "1.6.10" # Example of a semver regexp. # Make sure this matches current_version before