From a056ccd6961ebf596e2e1836b3bfec5231b17fe7 Mon Sep 17 00:00:00 2001
From: sldesnoo-Delft <s.l.desnoo@tudelft.nl>
Date: Mon, 10 Oct 2022 09:31:44 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.5=20=E2=86=92=201.5.6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pulse_lib/__init__.py | 2 +-
 setup.cfg             | 2 +-
 setup.py              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py
index 0c67fc9d..acbe239e 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.5.5"
+__version__ = "1.5.6"
diff --git a/setup.cfg b/setup.cfg
index eabf84b8..8d4191a4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.5.5
+current_version = 1.5.6
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 90f516b5..1fa5cd56 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.5.5",
+	version="1.5.6",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=['si_prefix', 'qcodes>=0.27.0'],
-- 
GitLab