diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-22 22:57:09 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-22 22:57:09 +0200 |
| commit | 429e83e9c0fb2b0cf4ba038dc4340367bef4e735 (patch) | |
| tree | e0f26e8fdee517a907bde084e6e5fa9a893b0a80 /setuptools/__init__.py | |
| parent | c7a99e2ccc7dedfd5beb04698abf05b216ab7460 (diff) | |
| download | python-setuptools-git-429e83e9c0fb2b0cf4ba038dc4340367bef4e735.tar.gz | |
Bumped to 0.9.8 in preparation for next release.
Diffstat (limited to 'setuptools/__init__.py')
| -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 18dd363d..8c708bd6 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.7' +__version__ = '0.9.8' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
