diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 08:22:02 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 08:22:02 -0400 |
commit | 17bc3630ba27ac4ce6fe4537f071e5621c31a5bc (patch) | |
tree | f6d8202426fb436b4469c847c782ff56497ff3ae /setup.py | |
parent | 40da992b5e706a5bb5ac438256633828c2640f53 (diff) | |
download | external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.gz external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.bz2 external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.zip |
Update versions in preparation for an 0.7b1 release0.7b1
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.40" +VERSION = "0.7b1" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |