From 47dc38f4ba7695bfa950ea2c6f0aca255b450f5c Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 13 Jun 2021 18:53:07 -0400 Subject: [PATCH] Release v0.1.1 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 803d987..64cf5ad 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f: setup( name='purge-static', - version='0.1', + version='0.1.1', packages=find_packages(), entry_points={ @@ -42,6 +42,8 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Internet :: WWW/HTTP :: Site Management', 'Topic :: System :: Systems Administration', 'Topic :: Utilities',