diff --git a/helpers/cudo_api.py b/helpers/cudo_api.py index 2f7a85b..58b82e6 100644 --- a/helpers/cudo_api.py +++ b/helpers/cudo_api.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 14ba3d5..3530cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "dev@cudoventures.com" }, ]