Skip to content

Commit

Permalink
Bumped the version number to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zepich committed Dec 14, 2024
1 parent e950d12 commit a66a36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mosparo_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__project__ = 'mosparo_api_client'
__version__ = "1.1.1"
__version__ = "1.1.2"

from .Client import *
from .MosparoException import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down

0 comments on commit a66a36c

Please sign in to comment.