From a8097968f60fdce45a426b0e7c4db008c3713b3c Mon Sep 17 00:00:00 2001 From: Tobias Hangleiter Date: Mon, 23 May 2022 19:04:23 +0200 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 5cff780..dd088d7 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.1' +__version__ = '1.1.2' __license__ = 'GNU GPLv3+' __author__ = 'Quantum Technology Group, RWTH Aachen University'