summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSergey Schetinin <sergey@maluke.com>2011-09-18 10:29:37 +0300
committerSergey Schetinin <sergey@maluke.com>2011-09-18 10:29:37 +0300
commit45194a64ca2fc8b71544ac80ec51007d1c0053fe (patch)
tree9d2a20cd355a144584ef40e82a7b71dc806fd8af /setup.py
parent5141239b822573f558d9122e4c77540e2c72da7d (diff)
downloadwebob-45194a64ca2fc8b71544ac80ec51007d1c0053fe.tar.gz
set version to 1.2a1
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 257f9fa..7213041 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '1.1.1'
+version = '1.2a1'
setup(
name='WebOb',