diff options
author | PJ Eby <distutils-sig@python.org> | 2007-09-26 17:04:48 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2007-09-26 17:04:48 +0000 |
commit | 85ee3531269270d7810ac83487074b4c97215e45 (patch) | |
tree | 3e434958a706cc11fe6d198e78f38a13544392a8 /setup.py | |
parent | 9a85e27d37de119928325f879b35e69eb074bd81 (diff) | |
download | external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.tar.gz external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.tar.bz2 external_python_setuptools-85ee3531269270d7810ac83487074b4c97215e45.zip |
Bump version.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058258
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ d = {} execfile(convert_path('setuptools/command/__init__.py'), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6c7" +VERSION = "0.6c8" from setuptools import setup, find_packages import sys |