summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-10-23 15:50:04 +0000
committerianb <devnull@localhost>2007-10-23 15:50:04 +0000
commit8bbad7253988c61c0030e589d73c062602e516d3 (patch)
tree0d2c826d9a3279f32da7f2fdcb2e1317ecf2aad0 /setup.py
parentcb91909c0121fc5104ad3b96c7d4e71e8289a864 (diff)
downloadpaste-8bbad7253988c61c0030e589d73c062602e516d3.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 27ec36f..a81a192 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# revision (set to True for real releases)
RELEASE = False
-__version__ = '1.5.1'
+__version__ = '1.5.2'
from setuptools import setup, find_packages
import sys, os