From ec23470bd224b0532e520bc73e3cd58186b4f9a0 Mon Sep 17 00:00:00 2001
From: Sander de Snoo <59472150+sldesnoo-Delft@users.noreply.github.com>
Date: Tue, 17 Oct 2023 09:22:22 +0200
Subject: [PATCH] Bump to 1.7.7

---
 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 26b7ae12..7de6a755 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.7.6"
+__version__ = "1.7.7"
diff --git a/setup.py b/setup.py
index 435e1734..f69b9eba 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.7.6",
+	version="1.7.7",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index 389eaf29..c8df9bcf 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.7.6"
+current = "1.7.7"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before
-- 
GitLab