diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-15 17:13:48 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-15 17:13:48 -0400 |
| commit | d00b66d5f530da930fdd89cdfdf0ff954f88a141 (patch) | |
| tree | e9760bf648ea9303abe8ffd996999837aeed2038 /setuptools | |
| parent | fae1bf32e9e161646a9a1c8932e04d5593edf933 (diff) | |
| download | external_python_setuptools-d00b66d5f530da930fdd89cdfdf0ff954f88a141.tar.gz external_python_setuptools-d00b66d5f530da930fdd89cdfdf0ff954f88a141.tar.bz2 external_python_setuptools-d00b66d5f530da930fdd89cdfdf0ff954f88a141.zip | |
Bumped to 0.9.6 in preparation for next release.
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py index 2ef6b3be..74b10294 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -8,7 +8,7 @@ from distutils.util import convert_path import os import sys -__version__ = '0.9.5' +__version__ = '0.9.6' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
