From 18276393fc98c3550bb105a4ca473fe6e345571b Mon Sep 17 00:00:00 2001 From: Tobias Hangleiter Date: Thu, 17 Feb 2022 20:02:02 +0100 Subject: [PATCH] Bump version --- filter_functions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter_functions/__init__.py b/filter_functions/__init__.py index c724717..6e54799 100644 --- a/filter_functions/__init__.py +++ b/filter_functions/__init__.py @@ -32,6 +32,6 @@ 'gradient', 'pulse_sequence', 'remap', 'util', 'superoperator', 'infidelity_derivative'] -__version__ = '1.0.4' +__version__ = '1.1.0' __license__ = 'GNU GPLv3+' __author__ = 'Quantum Technology Group, RWTH Aachen University'