From bc53d31b512c823c22fb4051d7fc3ac98924d48a Mon Sep 17 00:00:00 2001 From: sldesnoo-Delft <s.l.desnoo@tudelft.nl> Date: Wed, 20 Dec 2023 15:59:03 +0100 Subject: [PATCH] Bump to 1.7.11 --- pulse_lib/__init__.py | 2 +- setup.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py index ee3ea5de..60193038 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.7.10" +__version__ = "1.7.11" diff --git a/setup.py b/setup.py index 10ebf15f..43a8fb54 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.7.10", + version="1.7.11", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index e8ede2ce..a1951bba 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.7.10" +current = "1.7.11" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab