Skip to content

Commit

Permalink
update the version in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Aug 14, 2024
1 parent 8539876 commit e5bd908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tket2-py"
version = "0.2.0"
version = "0.2.1"
description = "Quantinuum's TKET2 Quantum Compiler"
classifiers = [
"Environment :: Console",
Expand Down Expand Up @@ -69,7 +69,7 @@ authors = [
maintainers = [
{ name = "TKET development team", email = "[email protected]" },
]
version = "0.2.0"
version = "0.2.1"
description = "Quantinuum's TKET2 Quantum Compiler"
requires-python = ">=3.10"
license = { file = "LICENCE" }
Expand Down

0 comments on commit e5bd908

Please sign in to comment.