Skip to content

Commit

Permalink
[QI2-1369] Increase api client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythir committed Jan 24, 2025
1 parent ca4db38 commit c394733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions compute_api_client/models/compile_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ class CompileStage(str, Enum):
"""
NONE = 'none'
DECOMPOSITION = 'decomposition'
MAPPING = 'mapping'
OPTIMIZATION = 'optimization'
ROUTING = 'routing'

@classmethod
def from_json(cls, json_str: str) -> Self:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qi-compute-api-client"
version = "0.45.0"
version = "0.46.0"
description = "An API client for the Compute Job Manager of Quantum Inspire."
license = "Apache-2.0"
authors = ["Quantum Inspire <support@quantum-inspire.eu>"]
Expand Down

0 comments on commit c394733

Please sign in to comment.