From 7afa6391254dc176a2352475226eabf35f0d178d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 20 May 2013 19:13:07 +0100 Subject: This is 0.16 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b594d7b..f8a47c1 100644 --- a/setup.py +++ b/setup.py @@ -66,8 +66,8 @@ def run_setup(with_binary): features['speedups'] = speedups setup( name='MarkupSafe', - version='0.15', - url='http://dev.pocoo.org/', + version='0.16', + url='http://github.com/mitsuhiko/markupsafe', license='BSD', author='Armin Ronacher', author_email='armin.ronacher@active-4.com', -- cgit v1.2.1