Skip to content

Commit 57e10b6

Browse files
version 3.8.2 and python3.8 support
1 parent 6613fe7 commit 57e10b6

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
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='pythonanywhere',
12-
version='0.8.1',
12+
version='0.8.2',
1313
description='PythonAnywhere helper tools for users',
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
@@ -22,6 +22,7 @@
2222
'Intended Audience :: Developers',
2323
'Topic :: Software Development :: Libraries',
2424
'License :: OSI Approved :: MIT License',
25+
'Programming Language :: Python :: 3.8',
2526
'Programming Language :: Python :: 3.7',
2627
'Programming Language :: Python :: 3.6',
2728
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)