From 73dae3ce467c0304943175706f5bc5b8c2610c18 Mon Sep 17 00:00:00 2001 From: Tobias Hangleiter Date: Tue, 22 Feb 2022 15:01:15 +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 6e54799..5cff780 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.1.0' +__version__ = '1.1.1' __license__ = 'GNU GPLv3+' __author__ = 'Quantum Technology Group, RWTH Aachen University'