Skip to content

Commit

Permalink
version bumped to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Dec 23, 2024
1 parent 0c297b0 commit 5c1f62c
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 <support@infobip.com>"]
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 5c1f62c

Please sign in to comment.