diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:59:46 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-24 16:59:46 -0400 |
| commit | 65bcd8ee2ae048bdf354ab8ebe2e87800f424f2f (patch) | |
| tree | 0e7831ded41929ec708df502c14445f7d37662eb /setup.py | |
| parent | b803e9dcd91cd6a254396bff68ef5843cb0bbde8 (diff) | |
| download | python-setuptools-bitbucket-65bcd8ee2ae048bdf354ab8ebe2e87800f424f2f.tar.gz | |
Bump to next anticipated version
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.7b2" +VERSION = "0.7b3" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
