summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2007-10-17 23:52:17 +0000
committerIan Bicking <ian@ianbicking.org>2007-10-17 23:52:17 +0000
commit3190c0ab276bee4260b968b22059a050a715c463 (patch)
tree6ddea8b59d1ffe229a8cbf93e896c8a1c09594c2
parent57d5102072397cfd14f738372923646f1def9b4f (diff)
downloadpaste-git-3190c0ab276bee4260b968b22059a050a715c463.tar.gz
Auto-update of version strings
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4593bf9..27ec36f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# revision (set to True for real releases)
RELEASE = False
-__version__ = '1.4.3'
+__version__ = '1.5.1'
from setuptools import setup, find_packages
import sys, os