summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2012-06-10 12:46:24 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2012-06-10 12:46:24 +0100
commit41ee5ea087defe9c3564381470e0277f55cfa641 (patch)
tree1ca9fe01e923cc08805b483802a21f8854a3c848 /setup.py
parent59f3bf7877e21af8e5571993edb6834744858583 (diff)
downloaditsdangerous-41ee5ea087defe9c3564381470e0277f55cfa641.tar.gz
Fixed typo and improved wording in the docs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 35cd001..068c237 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
name='itsdangerous',
author='Armin Ronacher',
author_email='armin.ronacher@active-4.com',
- version='0.11',
+ version='0.12',
url='http://github.com/mitsuhiko/itsdangerous',
py_modules=['itsdangerous'],
description='Various helpers to pass trusted data to untrusted environments.',