diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 20:43:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 20:43:50 -0400 |
commit | c12b3db412210faa982134dce22b5e6ddad31bba (patch) | |
tree | 54cb9463fe32e4c72210ab1d28933f90a8ffe3f1 /setup.py | |
parent | e1febd2666c8bb27d03f9fce8624e2132a09e764 (diff) | |
download | external_python_setuptools-c12b3db412210faa982134dce22b5e6ddad31bba.tar.gz external_python_setuptools-c12b3db412210faa982134dce22b5e6ddad31bba.tar.bz2 external_python_setuptools-c12b3db412210faa982134dce22b5e6ddad31bba.zip |
Bumped to 0.6.44 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.43" +VERSION = "0.6.44" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |