diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-16 08:31:38 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-16 08:31:38 -0400 |
commit | 960e0f8995e46a6a584b8c81ccd99d975fb54bd3 (patch) | |
tree | 403ebe9a32009261fb74b00ea735e110d1f0ea45 /lib_pypy/greenlet.egg-info | |
parent | Fix -A segfault (diff) | |
download | pypy-960e0f8995e46a6a584b8c81ccd99d975fb54bd3.tar.gz pypy-960e0f8995e46a6a584b8c81ccd99d975fb54bd3.tar.bz2 pypy-960e0f8995e46a6a584b8c81ccd99d975fb54bd3.zip |
Bumped greenlet version for upstream.
There are no changes that we need to port over.
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 eb183f8175..00b142b69c 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.9 +Version: 0.4.10 Summary: Lightweight in-process concurrent programming Home-page: https://github.com/python-greenlet/greenlet Author: Ralf Schmitt (for CPython), PyPy team |