From 859db27983ee815f43914873d43f2672a41fb80d Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 18 Nov 2008 20:50:58 -0800 Subject: [PATCH] 0.10.1 - bump version, metadata --- Cython/Compiler/Version.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.26.2