Skip to content

Commit

Permalink
Increase version number to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidelmaazouz committed Jun 19, 2024
1 parent 310bb41 commit 803980d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partials/minimal/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 803980d

Please sign in to comment.