summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-09 12:48:58 -0500
committerChris McDonough <chrism@plope.com>2010-11-09 12:48:58 -0500
commit3d4e564da02429a297874a9e6881d3424fb24a11 (patch)
treeca812e4f07ed240e51021f22e4b6758b9e12dd92 /setup.py
parenta5a24d4021972ffc67dd16255603b00d61f9224c (diff)
downloadpyramid-3d4e564da02429a297874a9e6881d3424fb24a11.tar.gz
pyramid-3d4e564da02429a297874a9e6881d3424fb24a11.tar.bz2
pyramid-3d4e564da02429a297874a9e6881d3424fb24a11.zip
prep for 1.0a2
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 b220d2914..653167bad 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.0'
+__version__ = '1.0a2'
import os
import platform