Skip to content

Commit 127cc95

Browse files
adds python3.9 to classifiers and bups up version. by Giles and Filip
1 parent 488c713 commit 127cc95

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.9.8",
12+
version="0.9.9",
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.9",
2526
"Programming Language :: Python :: 3.8",
2627
"Programming Language :: Python :: 3.7",
2728
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)