diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-03 20:12:30 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-03 20:12:30 -0400 |
commit | ceabcdcdab821f5e53a645a440fc8ee9335fa485 (patch) | |
tree | 5e4ffb0c14ce31c7f06f3438703ac69274fd42ec /lib_pypy/greenlet.egg-info | |
parent | Add a @signature here (seen by translating (diff) | |
download | pypy-ceabcdcdab821f5e53a645a440fc8ee9335fa485.tar.gz pypy-ceabcdcdab821f5e53a645a440fc8ee9335fa485.tar.bz2 pypy-ceabcdcdab821f5e53a645a440fc8ee9335fa485.zip |
Bumped greenlet version -- the upstream version has no public API changes
Diffstat (limited to 'lib_pypy/greenlet.egg-info')
-rw-r--r-- | lib_pypy/greenlet.egg-info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_pypy/greenlet.egg-info b/lib_pypy/greenlet.egg-info index 085bc5cc6e..18fcf6b875 100644 --- a/lib_pypy/greenlet.egg-info +++ b/lib_pypy/greenlet.egg-info @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: greenlet -Version: 0.4.5 +Version: 0.4.6 Summary: Lightweight in-process concurrent programming Home-page: https://github.com/python-greenlet/greenlet Author: Ralf Schmitt (for CPython), PyPy team |