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 9d0e4f5 commit cc77ccdCopy full SHA for cc77ccd
pythonanywhere/__init__.py
@@ -0,0 +1 @@
1
+__version__ = "0.9.2"
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="pythonanywhere",
12
- version="0.9.1",
+ version="0.9.2",
13
description="PythonAnywhere helper tools for users",
14
long_description=long_description,
15
long_description_content_type="text/markdown",
0 commit comments