diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-29 07:37:04 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-29 07:37:04 -0400 |
| commit | 2c5fbb8fd2b7da348b59dbaa248befe53cfda24d (patch) | |
| tree | 0f2f49afc4a0e2b61991435aa393922552562b9b /setup.py | |
| parent | e21c12a2300859fbd839a97e17409dbedc5133b1 (diff) | |
| download | python-setuptools-bitbucket-2c5fbb8fd2b7da348b59dbaa248befe53cfda24d.tar.gz | |
Bumped to 0.6.46 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.45" +VERSION = "0.6.46" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
