From a1f4b5c060b15515c71fa8cbfb65bb3409c8416a Mon Sep 17 00:00:00 2001 From: Piotr Kaznowski Date: Thu, 17 Feb 2022 18:03:09 +0100 Subject: [PATCH] bumps up version to 0.10.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filip Ɓajszczak --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9719f8e..19b3545 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pythonanywhere", - version="0.10.0", + version="0.10.1", description="PythonAnywhere helper tools for users", long_description=long_description, long_description_content_type="text/markdown",