From e4448c9a4967dcbc7f7736b91c8794af727aeee2 Mon Sep 17 00:00:00 2001 From: Roman Mohr Date: Tue, 10 May 2016 11:46:29 +0200 Subject: [PATCH] Prepare release 0.6.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4aee1f2..86b35cd 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def run_tests(self): setup(name='static3', - version='0.6.1', + version='0.6.2', description= 'A really simple WSGI way to serve static (or mixed) content.', long_description=open('README.rst', 'rb').read().decode('utf-8'), @@ -62,7 +62,7 @@ def run_tests(self): extras_require={ 'KidMagic': 'kid', 'GenshiMagic': 'Genshi', - }, + }, entry_points=""" [console_scripts] static=static:command