diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-23 21:26:24 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-23 21:26:24 -0500 |
commit | 520cf79afe622d6537c2f036f686350eb6722f04 (patch) | |
tree | 7d5121f6875872ece897d5570f5eeb5503f09b25 | |
parent | 5505c6a063f59d0025103a392be1efd067dc1781 (diff) | |
download | external_python_setuptools-520cf79afe622d6537c2f036f686350eb6722f04.tar.gz external_python_setuptools-520cf79afe622d6537c2f036f686350eb6722f04.tar.bz2 external_python_setuptools-520cf79afe622d6537c2f036f686350eb6722f04.zip |
Bumped to 19.5 in preparation for next release.19.5
-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 3ee13bc9..59c45529 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '19.4.1' +__version__ = '19.5' |