summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-10-17 23:52:17 +0000
committerianb <devnull@localhost>2007-10-17 23:52:17 +0000
commitf64031047161acdf1f6e8aab5b1f4958268d3605 (patch)
tree6ddea8b59d1ffe229a8cbf93e896c8a1c09594c2 /setup.py
parentf415ae1a0221ffd87513cdb0367de1a005f1efab (diff)
downloadpaste-f64031047161acdf1f6e8aab5b1f4958268d3605.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 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