From: Robert Bradshaw Date: Wed, 19 Nov 2008 04:50:58 +0000 (-0800) Subject: 0.10.1 - bump version, metadata X-Git-Tag: 0.11-beta~234^2^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=859db27983ee815f43914873d43f2672a41fb80d;p=cython.git 0.10.1 - bump version, metadata --- diff --git a/Cython/Compiler/Version.py b/Cython/Compiler/Version.py index 578e774c..f0d1f6a8 100644 --- a/Cython/Compiler/Version.py +++ b/Cython/Compiler/Version.py @@ -1 +1 @@ -version = '0.10' +version = '0.10.1' diff --git a/setup.py b/setup.py index d011f8aa..01d16889 100644 --- a/setup.py +++ b/setup.py @@ -54,8 +54,8 @@ setup( name = 'Cython', version = version, url = 'http://www.cython.org', - author = 'Greg Ewing, William Stein, Robert Bradshaw, Stefan Behnel, et al.', - author_email = 'wstein@gmail.com', + author = 'Greg Ewing, Robert Bradshaw, Stefan Behnel, Dag Seljebotn, et al.', + author_email = 'cython-dev@codespeak.net', description = "The Cython compiler for writing C extensions for the Python language.", long_description = """\ The Cython language makes writing C extensions for the Python language as