diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 11:20:05 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-28 11:20:05 -0400 |
| commit | 3ab6e5386fca3188524e34d892a0ccdc767ed4a9 (patch) | |
| tree | 738e2946f07288c6c79b8d59ae8b20903bba705d /setup.py | |
| parent | 9a6845d83d86f10c94a4b368f5b22bed021c9231 (diff) | |
| download | python-setuptools-bitbucket-3ab6e5386fca3188524e34d892a0ccdc767ed4a9.tar.gz | |
Bumped to 0.6.45 in preparation for next release.
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.44" +VERSION = "0.6.45" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
