From 1753b1cd3ac472debf12a0b986dc0775455a867a Mon Sep 17 00:00:00 2001 From: sldesnoo-Delft <s.l.desnoo@tudelft.nl> Date: Thu, 17 Aug 2023 16:19:23 +0200 Subject: [PATCH] Bump to 1.6.33 --- 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 40d41ad0..eb4027dc 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.6.32" +__version__ = "1.6.33" diff --git a/setup.py b/setup.py index 3a5af08c..b446a6be 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.6.32", + version="1.6.33", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index ffbd3b87..65c5b692 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.6.32" +current = "1.6.33" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab