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.
1 parent f1e94f2 commit 636eabbCopy full SHA for 636eabb
notificationapi_python_server_sdk/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Sahand Seifi"""
4
__email__ = "sahand.seifi@gmail.com"
5
-__version__ = "1.3.0"
+__version__ = "2.0.0"
6
7
# Region constants
8
US_REGION = "https://api.notificationapi.com"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 1.3.0
+current_version = 2.0.0
commit = True
tag = True
setup.py
@@ -52,6 +52,6 @@
52
test_suite="tests",
53
tests_require=test_requirements,
54
url="https://github.com/notificationapi-com/notificationapi_python_server_sdk",
55
- version="1.3.0",
+ version="2.0.0",
56
zip_safe=False,
57
)
0 commit comments