Skip to content

Commit a66a36c

Browse files
committed
Bumped the version number to v1.1.2
1 parent e950d12 commit a66a36c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mosparo_api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__project__ = 'mosparo_api_client'
2-
__version__ = "1.1.1"
2+
__version__ = "1.1.2"
33

44
from .Client import *
55
from .MosparoException import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mosparo_api_client"
7-
version = "1.1.1"
7+
version = "1.1.2"
88
description = "Python API Client to communicate with mosparo."
99
readme = "README.md"
1010
authors = [{ name = "mosparo Core Developers", email = "info@mosparo.io" }]

0 commit comments

Comments
 (0)