From bddfc23b7782e1d04fbde0867a2cb9f3cd778cf0 Mon Sep 17 00:00:00 2001 From: Glenn Jones Date: Thu, 17 Oct 2024 09:36:09 +0000 Subject: [PATCH] PA-757 - bumped version number for release. by: Glenn, Filip --- pyproject.toml | 2 +- pythonanywhere_core/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4643562..98c6bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/pythonanywhere_core/__init__.py b/pythonanywhere_core/__init__.py index 850505a..7fd229a 100644 --- a/pythonanywhere_core/__init__.py +++ b/pythonanywhere_core/__init__.py @@ -1 +1 @@ -__version__ = '0.1.10' +__version__ = '0.2.0'