summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-10-11 14:00:33 -0400
committerChris McDonough <chrism@plope.com>2012-10-11 14:00:33 -0400
commitce688d26710cdf02a9555e903e76f9f6b8b66874 (patch)
tree41b86b480c79561cd1161179369784ade0de6779 /setup.py
parent54b00f5445124d7a4948a6ace471eceaa42e9826 (diff)
parentf048e04a483995db42d06e265eefbcfb38e99dca (diff)
downloadwebob-ce688d26710cdf02a9555e903e76f9f6b8b66874.tar.gz
Merge branch 'master' of git://github.com/proppy/webob into proppy-master
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 a1e280e..381198b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = '1.2.2'
+version = '1.2.3'
testing_extras = ['nose', 'coverage']