Skip to content

Commit

Permalink
Merge pull request #25 from infobip/ib-tjuhasz/python-v5-release-vers…
Browse files Browse the repository at this point in the history
…ion-bump

Version bumped to 5.0.0
  • Loading branch information
ib-tjuhasz authored Dec 23, 2024
2 parents a6803de + ae0c875 commit 86ee2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infobip_api_client"
version = "4.0.0"
version = "5.0.0"
description = "This is a Python package for Infobip API and you can use it as a dependency to add Infobip APIs to your application."
authors = ["Infobip support <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "infobip-api-python-client"
VERSION = "4.0.0"
VERSION = "5.0.0"
PYTHON_REQUIRES = ">=3.8"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
Expand Down

0 comments on commit 86ee2a9

Please sign in to comment.