diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
commit | ec66b7d6776318053653b6d7b5f1950f42fd3ab0 (patch) | |
tree | 22069180c01e6ee0292f9e9ecf89844ac8855bfd /setup.py | |
parent | 9e8e86818d627fec65186bda3f69159c6903168a (diff) | |
download | external_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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ def get_description(): f.close() return ''.join(lines) -VERSION = "0.5a11" +VERSION = "0.5a12" from setuptools import setup, find_packages |