diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 15:31:53 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-18 15:31:53 -0500 |
commit | 49baf51edde145b96913aaf0151eb4dff400b3e3 (patch) | |
tree | e82e22d0595272c05196ba1b231c383279cb305f /setup.py | |
parent | 38af6239b1823908c3c2522245d41bd4105ec1e8 (diff) | |
download | external_python_setuptools-49baf51edde145b96913aaf0151eb4dff400b3e3.tar.gz external_python_setuptools-49baf51edde145b96913aaf0151eb4dff400b3e3.tar.bz2 external_python_setuptools-49baf51edde145b96913aaf0151eb4dff400b3e3.zip |
Bumped to 0.8 in preparation for next release.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ exec(init_file.read(), d) init_file.close() SETUP_COMMANDS = d['__all__'] -VERSION = "0.7.3" +VERSION = "0.8" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |