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"