diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py index eb4027dc42fe2e9f922b265900bebddb07abdc4c..9fde14fb756cfdcc2c0cc07a21b058828ce5d45f 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.6.33" +__version__ = "1.6.34" diff --git a/setup.py b/setup.py index b446a6bef502b4688577a0811f990d9913944c4f..402b44fa44d9eb0dc5875028c17d915446926a7b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.6.33", + version="1.6.34", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 65c5b6922c3dc09e59bfdb281d575525d13312ec..ee681f82225d46cb7d97817a9be94fad1ae853ee 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.6.33" +current = "1.6.34" # Example of a semver regexp. # Make sure this matches current_version before