Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
filiplajszczak committed Aug 6, 2020
1 parent ad8b3f9 commit 7a9e524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="pythonanywhere",
version="0.9.2",
version="0.9.3",
description="PythonAnywhere helper tools for users",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -38,7 +38,9 @@
"pythonanywhere/snakesay.py",
"scripts/pa_autoconfigure_django.py",
"scripts/pa_create_scheduled_task.py",
"scripts/pa_create_webapp_with_virtualenv.py",
"scripts/pa_delete_scheduled_task.py",
"scripts/pa_delete_webapp_logs.py"
"scripts/pa_get_scheduled_task_specs.py",
"scripts/pa_get_scheduled_tasks_list.py",
"scripts/pa_install_webapp_letsencrypt_ssl.py",
Expand Down

0 comments on commit 7a9e524

Please sign in to comment.