summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',