diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2011-03-15 12:32:24 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-03-15 12:32:24 -0400 |
| commit | 04d0404e6891d71cf99ad0cbb9fee51ed35f829d (patch) | |
| tree | 9c8160f88b454cf84a466238f70daa8c4ca1dc26 /setup.py | |
| parent | 82177b5826a39932bf707179b19bda3795872f97 (diff) | |
| download | python-setuptools-bitbucket-04d0404e6891d71cf99ad0cbb9fee51ed35f829d.tar.gz | |
Bumped version numbers to 0.6.16
Updated copyright to include 2010,2011.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py') exec(open(init_path).read(), d) SETUP_COMMANDS = d['__all__'] -VERSION = "0.6.15" +VERSION = "0.6.16" from setuptools import setup, find_packages from setuptools.command.build_py import build_py as _build_py |
