diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:04:19 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:04:19 -0400 |
commit | 3116049570db091f6824a36e93925be75e9a7ab5 (patch) | |
tree | 1d93ed18406103cf038ee9ff10e6513cf72e184e /setup.py | |
parent | 62e96b0e72c19c087c9de388d6c8897710a3e080 (diff) | |
download | external_python_setuptools-3116049570db091f6824a36e93925be75e9a7ab5.tar.gz external_python_setuptools-3116049570db091f6824a36e93925be75e9a7ab5.tar.bz2 external_python_setuptools-3116049570db091f6824a36e93925be75e9a7ab5.zip |
Bumped to 0.6.43 in preparation for next release.
--HG--
branch : distribute
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ exec(init_file.read(), d) init_file.close() SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.42" +VERSION = "0.6.43" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |