We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6803de + ae0c875 commit 86ee2a9Copy full SHA for 86ee2a9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "infobip_api_client"
3
-version = "4.0.0"
+version = "5.0.0"
4
description = "This is a Python package for Infobip API and you can use it as a dependency to add Infobip APIs to your application."
5
authors = ["Infobip support <support@infobip.com>"]
6
license = "MIT License"
setup.py
@@ -22,7 +22,7 @@
22
# prerequisite: setuptools
23
# http://pypi.python.org/pypi/setuptools
24
NAME = "infobip-api-python-client"
25
-VERSION = "4.0.0"
+VERSION = "5.0.0"
26
PYTHON_REQUIRES = ">=3.8"
27
REQUIRES = [
28
"urllib3 >= 1.25.3, < 2.1.0",
0 commit comments