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",