summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771>2005-07-13 00:10:00 +0000
committerpje <pje@6015fed2-1504-0410-9fe1-9d1591cc4771>2005-07-13 00:10:00 +0000
commit8d9b50a0f4e8f9f40a672ed1caacfe7c140f3cb2 (patch)
tree22069180c01e6ee0292f9e9ecf89844ac8855bfd /setup.py
parentfb67657e7c09fe9e8424c9de602906b378788a43 (diff)
downloadpython-setuptools-8d9b50a0f4e8f9f40a672ed1caacfe7c140f3cb2.tar.gz
Prep for 0.5a12 release; update docs.
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@41125 6015fed2-1504-0410-9fe1-9d1591cc4771
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 342a0c2..1f7205a 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