summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-01 19:26:52 +0000
committerianb <devnull@localhost>2007-02-01 19:26:52 +0000
commit0bcc07fc537eda79a5f01b6d4904ffe29248a680 (patch)
treef17333a17f0b0467bb642ca081d02b2d9f02eb61 /setup.py
parent9ef5ec5c72b50a9ecee19fa78e51b0b5407d29cd (diff)
downloadpaste-0bcc07fc537eda79a5f01b6d4904ffe29248a680.tar.gz
Auto-update of version strings
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 7f8cafd..7fe67be 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# revision (set to True for real releases)
RELEASE = False
-__version__ = '1.2.1'
+__version__ = '1.2.2'
from setuptools import setup, find_packages
import sys, os