Skip to content

Commit

Permalink
Update tket2-py requirement and add __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Dec 16, 2024
1 parent 4b0387d commit 248275e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions tket2-exts/src/tket2_exts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
from hugr.ext import Extension


# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.3.0"


@functools.cache
def rotation() -> Extension:
return load_extension("tket2.rotation")
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
'pytket >= 1.34, < 2',
'hugr >= 0.10.0, < 0.11',
'tket2_eccs >= 0.2.0, < 0.3',
'tket2_exts >= 0.1.0, < 0.2',
'tket2_exts >= 0.3.0, < 0.4',
]

[tool.uv.sources]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 248275e

Please sign in to comment.