From dae9b9e653d1fc3bb13ed9d372f6b64407a2df9d Mon Sep 17 00:00:00 2001 From: jungle Date: Fri, 21 Jun 2024 10:46:40 +0100 Subject: [PATCH] version bump --- helpers/cudo_api.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }, ]