Skip to content

Commit 86ee2a9

Browse files
authored
Merge pull request #25 from infobip/ib-tjuhasz/python-v5-release-version-bump
Version bumped to 5.0.0
2 parents a6803de + ae0c875 commit 86ee2a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infobip_api_client"
3-
version = "4.0.0"
3+
version = "5.0.0"
44
description = "This is a Python package for Infobip API and you can use it as a dependency to add Infobip APIs to your application."
55
authors = ["Infobip support <support@infobip.com>"]
66
license = "MIT License"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "infobip-api-python-client"
25-
VERSION = "4.0.0"
25+
VERSION = "5.0.0"
2626
PYTHON_REQUIRES = ">=3.8"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 2.1.0",

0 commit comments

Comments
 (0)