Skip to content

Commit f61c0b8

Browse files
committed
PA-655 bumped versions for release 0.1.10. by: Filip, Giles
1 parent 9112d08 commit f61c0b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pythonanywhere-core"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "API wrapper for programmatic management of PythonAnywhere services."
55
authors = ["PythonAnywhere <[email protected]>"]
66
license = "MIT"
@@ -42,4 +42,4 @@ build-backend = "poetry.core.masonry.api"
4242

4343
[tool.pyright]
4444
venvPath = "."
45-
venv = ".venv"
45+
venv = ".venv"

pythonanywhere_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.9'
1+
__version__ = '0.1.10'

0 commit comments

Comments
 (0)