Skip to content

Commit 37dd10c

Browse files
committed
feat(client): fix client
1 parent 652d723 commit 37dd10c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scaleway_qaas_client/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ def __init__(self, project_id: str, secret_key: str, url: str = _DEFAULT_URL):
9090
self.__project_id = project_id
9191
url = url if url else _DEFAULT_URL
9292

93+
print(url)
94+
9395
self.__client = AuthenticatedClient(
9496
base_url=url,
9597
timeout=10.0,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="scaleway_qaas_client",
25-
version="0.1.7",
25+
version="0.1.8",
2626
project_urls={
2727
"Documentation": "https://www.scaleway.com/en/quantum-as-a-service/",
2828
"Source": "https://github.com/scaleway/scaleway-qaas-client-pythom",

0 commit comments

Comments
 (0)