Skip to content

Commit

Permalink
updated swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
sean committed Aug 8, 2024
1 parent 30e7028 commit 71f5621
Show file tree
Hide file tree
Showing 4 changed files with 4,553 additions and 3,396 deletions.
2 changes: 2 additions & 0 deletions docs/src/cudo_compute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,5 @@
from src.cudo_compute.models.vm_state import VmState
import src.cudo_compute.auth_config as AuthConfig
import cudo_compute.cudo_api as cudo_api
import src.cudo_compute.auth_config as AuthConfig
import cudo_compute.cudo_api as cudo_api
3 changes: 1 addition & 2 deletions docs/src/cudo_compute/cudo_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import importlib.metadata


home = os.path.expanduser("~")


Expand All @@ -25,7 +24,7 @@ def client():
except:
pass

client.user_agent = 'cudo-compute-python-client/'+version
client.user_agent = 'cudo-compute-python-client/' + version
return client, None


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "cudo-compute"
version = "0.1.13"
version = "0.2.0"
authors = [
{ name = "Cudo Ventures", email = "[email protected]" },
]
Expand Down
Loading

0 comments on commit 71f5621

Please sign in to comment.