We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488c713 commit 127cc95Copy full SHA for 127cc95
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="pythonanywhere",
12
- version="0.9.8",
+ version="0.9.9",
13
description="PythonAnywhere helper tools for users",
14
long_description=long_description,
15
long_description_content_type="text/markdown",
@@ -22,6 +22,7 @@
22
"Intended Audience :: Developers",
23
"Topic :: Software Development :: Libraries",
24
"License :: OSI Approved :: MIT License",
25
+ "Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.8",
27
"Programming Language :: Python :: 3.7",
28
"Programming Language :: Python :: 3.6",
0 commit comments