Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tierkreis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tierkreis"
description = "Python client and utilities for tierkreis."
readme = "README.md"
version = "2.0.1"
version = "2.0.2"
authors = [
{ name = "Seyon Sivarajah", email = "seyon.sivarajah@quantinuum.com" },
{ name = "Lukas Heidemann", email = "lukas.heidemann@quantinuum.com" },
Expand Down
2 changes: 1 addition & 1 deletion tierkreis_visualization/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tierkreis_visualization"
version = "0.1.2"
version = "0.1.3"
description = "Browser based visualization tool for tierkreis"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion tierkreis_workers/aer_worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tkr_aer_worker"
version = "0.1.1"
version = "0.1.2"
description = "A tierkreis worker for Aer."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion tierkreis_workers/nexus_worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tkr_nexus_worker"
version = "0.1.1"
version = "0.1.2"
description = "A tierkreis worker for interacting with Nexus."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion tierkreis_workers/pytket_worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tkr_pytket_worker"
version = "0.1.1"
version = "0.1.2"
description = "A tierkreis worker for pytket."
readme = "README.md"
requires-python = ">=3.12"
Expand Down