From 798aa140f38bd006634ed5fa06d2c00bd1031d51 Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Thu, 1 Sep 2022 17:42:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20adjusted=20version=20number=20an?= =?UTF-8?q?d=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae993f6b8..85d110652 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![CI](https://img.shields.io/github/workflow/status/cda-tum/MQTBench/CodeCov?style=flat-square&logo=github&label=coverage)](https://github.com/cda-tum/MQTBench/actions/workflows/coverage.yml) [![Bindings](https://img.shields.io/github/workflow/status/cda-tum/MQTBench/Deploy%20to%20PyPI?style=flat-square&logo=github&label=python)](https://github.com/cda-tum/MQTBench/actions/workflows/deploy.yml) [![codecov](https://img.shields.io/codecov/c/github/cda-tum/MQTBench?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/MQTBench) -[![Server Deployment](https://github.com/cda-tum/MQTBench/actions/workflows/server_deployment.yml/badge.svg)](https://github.com/cda-tum/MQTBench/actions/workflows/server_deployment.yml) +[![Server Deployment](https://github.com/cda-tum/MQTBench/actions/workflows/server_deploy.yml/badge.svg)](https://github.com/cda-tum/MQTBench/actions/workflows/server_deploy.yml) # MQT Bench: Benchmarking Software and Design Automation Tools for Quantum Computing diff --git a/setup.py b/setup.py index baf9bc7f0..14bc4eba6 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.0rc1", + version="0.1.0", python_requires=">=3.8", license="MIT", description="MQT Bench - A MQT tool for Benchmarking Quantum Software Tools",