We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e706ce5 commit 549c4d1Copy full SHA for 549c4d1
scaleway_qaas_client/__init__.py
@@ -27,6 +27,9 @@
27
from .quantum_as_a_service_api_client.models import (
28
ScalewayQaasV1Alpha1JobStatus as QaaSJobStatus,
29
)
30
+from .quantum_as_a_service_api_client.models import (
31
+ ScalewayQaasV1Alpha1JobResult as QaaSJobResult,
32
+)
33
34
ScalewayQaasV1Alpha1Session as QaaSSession,
35
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name="scaleway_qaas_client",
25
- version="0.1.2",
+ version="0.1.3",
26
project_urls={
"Documentation": "https://www.scaleway.com/en/quantum-as-a-service/",
"Source": "https://github.com/scaleway/scaleway-qaas-client-pythom",
0 commit comments