Skip to content

Commit 636eabb

Browse files
committed
Bump version: 1.3.0 → 2.0.0
1 parent f1e94f2 commit 636eabb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notificationapi_python_server_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Sahand Seifi"""
44
__email__ = "sahand.seifi@gmail.com"
5-
__version__ = "1.3.0"
5+
__version__ = "2.0.0"
66

77
# Region constants
88
US_REGION = "https://api.notificationapi.com"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
test_suite="tests",
5353
tests_require=test_requirements,
5454
url="https://github.com/notificationapi-com/notificationapi_python_server_sdk",
55-
version="1.3.0",
55+
version="2.0.0",
5656
zip_safe=False,
5757
)

0 commit comments

Comments
 (0)