From 054ae18c034a961fdc10801ad19729bc20ca5092 Mon Sep 17 00:00:00 2001 From: gabloe Date: Wed, 28 May 2014 16:27:45 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bcd00b5747c..2cca84f5df5 100755 --- a/setup.py +++ b/setup.py @@ -291,7 +291,7 @@ def build_extension(self, ext, *args, **kargs): setup( name = 'Cython', - version = version, + version = "0.21", url = 'http://www.cython.org', author = 'Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.', author_email = 'cython-devel@python.org',