summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-02 18:42:17 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-02 18:42:17 +0000
commit1f8a943c072fc9098f0115efddd77f8820c8a895 (patch)
treedccb68664648152b7045abba8e5873c1d49e14b5 /setup.py
parentf0fd9d62c991afe0b125beb6d7f583be9500de84 (diff)
downloadpyramid-1f8a943c072fc9098f0115efddd77f8820c8a895.tar.gz
pyramid-1f8a943c072fc9098f0115efddd77f8820c8a895.tar.bz2
pyramid-1f8a943c072fc9098f0115efddd77f8820c8a895.zip
Prep for 0.9.1.
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 63876b4a4..f6f1e1c72 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.9'
+__version__ = '0.9.1'
import os