From 0cb1b8612884a081e0ca7e8d760841c5aa3adffa Mon Sep 17 00:00:00 2001 From: sldesnoo-Delft <s.l.desnoo@tudelft.nl> Date: Wed, 3 May 2023 17:42:02 +0200 Subject: [PATCH] Bump to 1.6.18 --- 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 2423986a..8743954c 100644 --- a/pulse_lib/__init__.py +++ b/pulse_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.6.17" +__version__ = "1.6.18" diff --git a/setup.py b/setup.py index ec255e0f..5568feea 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ print('packages: %s' % packages) setup(name="pulse_lib", - version="1.6.17", + version="1.6.18", packages = find_packages(), python_requires=">=3.7", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 536271d9..601e7031 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.6.17" +current = "1.6.18" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab