Skip to content

Commit bdc72a4

Browse files
committed
0.13.0.post1 (adds py3.8 to trove)
1 parent e121a17 commit bdc72a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# Basic package information:
3333
name='django-twilio',
34-
version='0.13.0',
34+
version='0.13.0.post1',
3535
packages=find_packages(),
3636

3737
# Packaging options:
@@ -69,6 +69,7 @@
6969
'Programming Language :: Python :: 3.5',
7070
'Programming Language :: Python :: 3.6',
7171
'Programming Language :: Python :: 3.7',
72+
'Programming Language :: Python :: 3.8',
7273
'Programming Language :: Python :: Implementation :: CPython',
7374
'Programming Language :: Python :: Implementation :: PyPy',
7475
'Topic :: Internet :: WWW/HTTP',

0 commit comments

Comments
 (0)