summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-26 05:38:37 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-26 05:38:37 +0000
commit4c8f4d965e06b6bd584151896bfb37663cd69501 (patch)
tree158c5be600d6c834e6a1a8d0008aa702846692b1 /setup.py
parent8888a57341531bd1e50bd306bdff7a35c25c46da (diff)
downloadpyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.tar.gz
pyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.tar.bz2
pyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.zip
Prep for 1.3a1.
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 e5c5b9bfb..376c6e73d 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.3dev'
+__version__ = '1.3a1'
import os
import sys