File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
notificationapi_python_server_sdk Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Sahand Seifi"""
4
4
5
- __version__ = "1.0.0 "
5
+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0.0
2
+ current_version = 1.0.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 7
7
with open ("README.md" ) as readme_file :
8
8
readme = readme_file .read ()
9
9
10
- requirements = ["requests" ]
10
+ requirements = [
11
+ "requests" ,
12
+ "httpx>=0.24.0" ,
13
+ ]
11
14
12
15
setup_requirements = [
13
16
"pytest-runner" ,
18
21
]
19
22
20
23
setup (
21
- author = "Sahand Seifi" ,
22
- author_email = "sahand.seifi@gmail .com" ,
24
+ author = "Sahand Seifi, Mohammad Asadi " ,
25
+ author_email = "sahand@notificationspi.com, mohammad@notificationspi .com" ,
23
26
python_requires = ">=3.6" ,
24
27
classifiers = [
25
28
"Development Status :: 2 - Pre-Alpha" ,
32
35
"Programming Language :: Python :: 3.8" ,
33
36
"Programming Language :: Python :: 3.9" ,
34
37
],
35
- description = " NotificationAPI SDK for server-side (back-end) python projects. " ,
38
+ description = "NotificationAPI SDK for server-side (back-end) Python projects." ,
36
39
install_requires = requirements ,
37
40
license = "MIT license" ,
38
41
long_description = readme ,
49
52
test_suite = "tests" ,
50
53
tests_require = test_requirements ,
51
54
url = "https://github.com/notificationapi-com/notificationapi_python_server_sdk" ,
52
- version = "1.0.0 " ,
55
+ version = "1.0.1 " ,
53
56
zip_safe = False ,
54
57
)
You can’t perform that action at this time.
0 commit comments