From feb1d70c16df62f60dcb521d127fdad8819fc036 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 8 May 2014 16:58:47 +0200 Subject: This is 0.23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee25c24..d7bb2c3 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def run_setup(with_binary): ext_modules = [ext] if with_binary else [] setup( name='MarkupSafe', - version='0.22', + version='0.23', url='http://github.com/mitsuhiko/markupsafe', license='BSD', author='Armin Ronacher', -- cgit v1.2.1