From 803980d7f8b0b2ded5263fcfe08309d8d8134cd3 Mon Sep 17 00:00:00 2001 From: Hamid El Maazouz Date: Wed, 19 Jun 2024 18:04:15 +0100 Subject: [PATCH] Increase version number to 1.1.1. --- partials/minimal/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/partials/minimal/pyproject.toml b/partials/minimal/pyproject.toml index b5f4a7ccb..23d061921 100644 --- a/partials/minimal/pyproject.toml +++ b/partials/minimal/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qat-compiler-minimal" -version = "1.1.0" +version = "1.1.1" description = "A minimal version of the `qat-compiler` package." readme = "README.rst" documentation = "https://oqc-community.github.io/qat" diff --git a/pyproject.toml b/pyproject.toml index b8c9fe385..cebcf152a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "qat-compiler" # This name has the -compiler suffix in order to use the poetry and twine tools to build and publish to PyPI # witout having to manually adjust the dist file names. -version = "1.1.0" +version = "1.1.1" description = "A low-level quantum compiler and runtime which facilitates executing quantum IRs." readme = "README.rst" documentation = "https://oqc-community.github.io/qat"