aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-13 00:10:00 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-13 00:10:00 +0000
commitec66b7d6776318053653b6d7b5f1950f42fd3ab0 (patch)
tree22069180c01e6ee0292f9e9ecf89844ac8855bfd /setup.py
parent9e8e86818d627fec65186bda3f69159c6903168a (diff)
downloadexternal_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.tar.gz
external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.tar.bz2
external_python_setuptools-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.zip
Prep for 0.5a12 release; update docs.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041125
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 342a0c2f..1f7205a4 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
-VERSION = "0.5a11"
+VERSION = "0.5a12"
from setuptools import setup, find_packages