Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleCatSW committed Jun 21, 2024
1 parent e881a18 commit dae9b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/cudo_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.12"
version = "0.1.13"
authors = [
{ name = "Cudo Ventures", email = "[email protected]" },
]
Expand Down

0 comments on commit dae9b9e

Please sign in to comment.