diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-16 16:17:29 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-16 16:17:29 +0000 |
commit | 2b761a26e530877facb940fb692938d0bd35131c (patch) | |
tree | 9924c6007c8716322bae5e3e5a1048af1c78a631 /setup.py | |
parent | 92b222587272770a5c0a3fe5f0c64f40dc10ef17 (diff) | |
download | external_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-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.5a12" +VERSION = "0.5a13" from setuptools import setup, find_packages |