Skip to content

Commit af7cf6a

Browse files
author
Nina Kahr
committed
PA-752: Bump up versions for release. by Filip, Nina
1 parent 6bf15ab commit af7cf6a

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.2.2"
3+
version = "0.2.3"
44
description = "API wrapper for programmatic management of PythonAnywhere services."
55
authors = ["PythonAnywhere <[email protected]>"]
66
license = "MIT"
@@ -22,7 +22,7 @@ keywords = ["pythonanywhere", "api", "cloud", "web hosting"]
2222
python = "^3.8"
2323
python-dateutil = "^2.8.2"
2424
requests = "^2.30.0"
25-
snakesay = "^0.10.2"
25+
snakesay = "^0.10.3"
2626
typing_extensions = "^4.5.0"
2727

2828
[tool.poetry.dev-dependencies]

pythonanywhere_core/__init__.py

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

0 commit comments

Comments
 (0)