diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-01 21:57:18 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-01 21:57:18 +0100 |
commit | 6d4890fbbea0d5a4c81ecd57528cc8c11df9d709 (patch) | |
tree | 61bea54ea8ed42caf28cf7f25ecf104498448f84 /setuptools | |
parent | 219be868f09941e247c42d1f48869285313f59e8 (diff) | |
download | python-setuptools-git-4.0.tar.gz |
Bumped to 4.0 in preparation for next release.4.0
Diffstat (limited to 'setuptools')
-rw-r--r-- | setuptools/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/version.py b/setuptools/version.py index 4d51b9ce..a93f0518 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '3.9' +__version__ = '4.0' |