Skip to content

Commit c394733

Browse files
committed
[QI2-1369] Increase api client version
1 parent ca4db38 commit c394733

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

compute_api_client/models/compile_stage.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ class CompileStage(str, Enum):
3636
"""
3737
NONE = 'none'
3838
DECOMPOSITION = 'decomposition'
39+
MAPPING = 'mapping'
40+
OPTIMIZATION = 'optimization'
41+
ROUTING = 'routing'
3942

4043
@classmethod
4144
def from_json(cls, json_str: str) -> Self:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qi-compute-api-client"
3-
version = "0.45.0"
3+
version = "0.46.0"
44
description = "An API client for the Compute Job Manager of Quantum Inspire."
55
license = "Apache-2.0"
66
authors = ["Quantum Inspire <[email protected]>"]

0 commit comments

Comments
 (0)