diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 22:03:28 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 22:03:28 -0400 |
| commit | bbd4994b81eefd1a652f3fa9dca7d6e93107b392 (patch) | |
| tree | 924fb106a099910b691353ac45f54d9466f0cb6c /setuptools/__init__.py | |
| parent | 6b915734dcc4cdeaaaa6e03ac9aca1c9279e528f (diff) | |
| download | python-setuptools-git-bbd4994b81eefd1a652f3fa9dca7d6e93107b392.tar.gz | |
Bumped to 0.9.2 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 7da5a3bd..e698bb4e 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.1' +__version__ = '0.9.2' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
