aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-16 16:17:29 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-16 16:17:29 +0000
commit2b761a26e530877facb940fb692938d0bd35131c (patch)
tree9924c6007c8716322bae5e3e5a1048af1c78a631 /setup.py
parent92b222587272770a5c0a3fe5f0c64f40dc10ef17 (diff)
downloadexternal_python_setuptools-2b761a26e530877facb940fb692938d0bd35131c.tar.gz
external_python_setuptools-2b761a26e530877facb940fb692938d0bd35131c.tar.bz2
external_python_setuptools-2b761a26e530877facb940fb692938d0bd35131c.zip
prep for 0.5a13 release
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041128
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f7205a4..4ca9ad6a 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
-VERSION = "0.5a12"
+VERSION = "0.5a13"
from setuptools import setup, find_packages