diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-27 09:50:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-27 09:50:45 -0500 |
commit | a46fd8327e5c13b45fcc92322b4fe00a76f307da (patch) | |
tree | d50616cd1c0caada3566e97855cff6e162ccfbbe | |
parent | 52a14114ea81a2feeb6edcdc0754bfb8376c15ff (diff) | |
download | external_python_setuptools-a46fd8327e5c13b45fcc92322b4fe00a76f307da.tar.gz external_python_setuptools-a46fd8327e5c13b45fcc92322b4fe00a76f307da.tar.bz2 external_python_setuptools-a46fd8327e5c13b45fcc92322b4fe00a76f307da.zip |
Bumped to 20.2.3 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 60fb638c..10f3ca21 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '20.2.2' +__version__ = '20.2.3' |