diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 22:10:49 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 22:10:49 -0400 |
| commit | a47c085c4a6528927e8f9d3a58e1ac76ff09fe04 (patch) | |
| tree | 7b8eeb6b97f817f641f9a948a593519e8465a158 /setuptools | |
| parent | a6403ce79d3dba50af5eb8d830d7faf7c27c712d (diff) | |
| download | python-setuptools-bitbucket-a47c085c4a6528927e8f9d3a58e1ac76ff09fe04.tar.gz | |
Bump version so it's reported correctly
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 414b4b5d..0f29f575 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.7' +__version__ = '0.7.3' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
