diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-07 09:31:49 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-07 09:31:49 -0500 |
| commit | 64378483fd433d4c7ca6a50c588b9bcb297de392 (patch) | |
| tree | 970116fc2174569bb25357d1da674c434bca8e8e | |
| parent | c30340f3c00c64ea131596537fb7c01fc9b9e643 (diff) | |
| download | external_python_setuptools-64378483fd433d4c7ca6a50c588b9bcb297de392.tar.gz external_python_setuptools-64378483fd433d4c7ca6a50c588b9bcb297de392.tar.bz2 external_python_setuptools-64378483fd433d4c7ca6a50c588b9bcb297de392.zip | |
Bumped to 20.0 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 5d042851..b4d85e51 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '19.8' +__version__ = '20.0' |
