We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e121a17 commit bdc72a4Copy full SHA for bdc72a4
setup.py
@@ -31,7 +31,7 @@
31
32
# Basic package information:
33
name='django-twilio',
34
- version='0.13.0',
+ version='0.13.0.post1',
35
packages=find_packages(),
36
37
# Packaging options:
@@ -69,6 +69,7 @@
69
'Programming Language :: Python :: 3.5',
70
'Programming Language :: Python :: 3.6',
71
'Programming Language :: Python :: 3.7',
72
+ 'Programming Language :: Python :: 3.8',
73
'Programming Language :: Python :: Implementation :: CPython',
74
'Programming Language :: Python :: Implementation :: PyPy',
75
'Topic :: Internet :: WWW/HTTP',
0 commit comments