From d63356adcb846b433f4972357f827b19987fae8a Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Fri, 2 Sep 2022 12:56:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20adjusted=20version=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14bc4eba6..0d471fdaa 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "mqt.bench.benchmarks.qiskit_application_optimization", "mqt.bench.benchmarks.qiskit_application_nature", ], - version="0.1.0", + version="0.1.1", python_requires=">=3.8", license="MIT", description="MQT Bench - A MQT tool for Benchmarking Quantum Software Tools",