diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 12:31:47 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 12:31:47 -0400 |
commit | 87e29214dcffdd456bafa4f7ba5174fe383c01b2 (patch) | |
tree | f5156b4aab05804ec2b182edf041f0bc6673f8e6 | |
parent | 5fcd3ff51a0fee030e74a6b96ea688ae537a281d (diff) | |
download | external_python_setuptools-87e29214dcffdd456bafa4f7ba5174fe383c01b2.tar.gz external_python_setuptools-87e29214dcffdd456bafa4f7ba5174fe383c01b2.tar.bz2 external_python_setuptools-87e29214dcffdd456bafa4f7ba5174fe383c01b2.zip |
Bumped to 20.5 in preparation for next release.
-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 ae23d3a2..b70b51e3 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '20.4' +__version__ = '20.5' |