From da29141c066d36e97474c34279fe243c41c27926 Mon Sep 17 00:00:00 2001 From: sldesnoo-Delft <s.l.desnoo@tudelft.nl> Date: Thu, 2 Feb 2023 09:35:54 +0100 Subject: [PATCH] Bump to 1.6.8 --- 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 a7330eb3..a086de25 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.6.7" +__version__ = "1.6.8" diff --git a/setup.py b/setup.py index 7c55f136..73adfce0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.6.7", + version="1.6.8", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 5883e465..3cac9d44 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.6.7" +current = "1.6.8" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab