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 9112d08 commit f61c0b8Copy full SHA for f61c0b8
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pythonanywhere-core"
3
-version = "0.1.9"
+version = "0.1.10"
4
description = "API wrapper for programmatic management of PythonAnywhere services."
5
authors = ["PythonAnywhere <[email protected]>"]
6
license = "MIT"
@@ -42,4 +42,4 @@ build-backend = "poetry.core.masonry.api"
42
43
[tool.pyright]
44
venvPath = "."
45
-venv = ".venv"
+venv = ".venv"
pythonanywhere_core/__init__.py
@@ -1 +1 @@
-__version__ = '0.1.9'
+__version__ = '0.1.10'
0 commit comments