From a66a36c9c2acaa970884d946cd4cbc285f352a74 Mon Sep 17 00:00:00 2001 From: Matthias Zobrist Date: Sat, 14 Dec 2024 14:42:30 +0100 Subject: [PATCH] Bumped the version number to v1.1.2 --- mosparo_api_client/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mosparo_api_client/__init__.py b/mosparo_api_client/__init__.py index 9835bef..2d40102 100644 --- a/mosparo_api_client/__init__.py +++ b/mosparo_api_client/__init__.py @@ -1,5 +1,5 @@ __project__ = 'mosparo_api_client' -__version__ = "1.1.1" +__version__ = "1.1.2" from .Client import * from .MosparoException import * diff --git a/pyproject.toml b/pyproject.toml index 7670a46..85ded77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mosparo_api_client" -version = "1.1.1" +version = "1.1.2" description = "Python API Client to communicate with mosparo." readme = "README.md" authors = [{ name = "mosparo Core Developers", email = "info@mosparo.io" }]