We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e950d12 commit a66a36cCopy full SHA for a66a36c
2 files changed
mosparo_api_client/__init__.py
@@ -1,5 +1,5 @@
1
__project__ = 'mosparo_api_client'
2
-__version__ = "1.1.1"
+__version__ = "1.1.2"
3
4
from .Client import *
5
from .MosparoException import *
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "mosparo_api_client"
7
-version = "1.1.1"
+version = "1.1.2"
8
description = "Python API Client to communicate with mosparo."
9
readme = "README.md"
10
authors = [{ name = "mosparo Core Developers", email = "info@mosparo.io" }]
0 commit comments