From 95ad0d3b70af592fb04296ef854241febc7402f3 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Wed, 17 Apr 2024 20:52:36 +0200 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddb0031..9fb1476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "saic_ismart_client_ng" -version = "0.2.0" +version = "0.2.1" authors = [ { name = "Giovanni Condello", email = "saic-python-client@nanomad.net" }, ]