diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:10:00 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:10:00 -0400 |
| commit | 9021a0bd7d8ac5c72670af85c3ce911117dd0065 (patch) | |
| tree | 209c64db0dbde8042e8ce3319417d5d3a63875ab /setup.py | |
| parent | e8211b8d93549b3dd62a1efc03c9581e0e990d81 (diff) | |
| download | python-setuptools-bitbucket-9021a0bd7d8ac5c72670af85c3ce911117dd0065.tar.gz | |
Bumped to 0.6.38 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.37" +VERSION = "0.6.38" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
