From 0e1b3fc09e36d45cce505a22d9b3de4fcd66c2c1 Mon Sep 17 00:00:00 2001
From: Sander de Snoo <59472150+sldesnoo-Delft@users.noreply.github.com>
Date: Wed, 3 Aug 2022 17:44:47 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.1=20=E2=86=92=201.5.2?=
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 857e01ef..812bb324 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.5.1"
+__version__ = "1.5.2"
diff --git a/setup.cfg b/setup.cfg
index 1b2dc6d7..19a7c8b6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.5.1
+current_version = 1.5.2
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 251b71e3..ac2a4f4e 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.5.1",
+	version="1.5.2",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=['si_prefix', 'qcodes>=0.27.0'],
-- 
GitLab