aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-17 21:08:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-17 21:08:57 -0400
commitd748f5e7c9107123704a0907bdb87a2eb5e149a8 (patch)
treea9ee2f8f1c449290a3521ac570e255213d0b9349 /setuptools
parent55d6e17857d97eb80ef1eb5905227b1f3d71e627 (diff)
downloadexternal_python_setuptools-d748f5e7c9107123704a0907bdb87a2eb5e149a8.tar.gz
external_python_setuptools-d748f5e7c9107123704a0907bdb87a2eb5e149a8.tar.bz2
external_python_setuptools-d748f5e7c9107123704a0907bdb87a2eb5e149a8.zip
Bumped to 0.9.7 in preparation for next release.
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index 74b10294..18dd363d 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.6'
+__version__ = '0.9.7'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'