Skip to content

Commit

Permalink
PA-757 - bumped version number for release. by: Glenn, Filip
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Jones committed Oct 17, 2024
1 parent 2a5d0a3 commit bddfc23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pythonanywhere-core"
version = "0.1.10"
version = "0.2.0"
description = "API wrapper for programmatic management of PythonAnywhere services."
authors = ["PythonAnywhere <developers@pythonanywhere.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pythonanywhere_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.10'
__version__ = '0.2.0'

0 comments on commit bddfc23

Please sign in to comment.