Commit 859db279 authored by Robert Bradshaw's avatar Robert Bradshaw

0.10.1 - bump version, metadata

parent f757e759
version = '0.10' version = '0.10.1'
...@@ -54,8 +54,8 @@ setup( ...@@ -54,8 +54,8 @@ setup(
name = 'Cython', name = 'Cython',
version = version, version = version,
url = 'http://www.cython.org', url = 'http://www.cython.org',
author = 'Greg Ewing, William Stein, Robert Bradshaw, Stefan Behnel, et al.', author = 'Greg Ewing, Robert Bradshaw, Stefan Behnel, Dag Seljebotn, et al.',
author_email = 'wstein@gmail.com', author_email = 'cython-dev@codespeak.net',
description = "The Cython compiler for writing C extensions for the Python language.", description = "The Cython compiler for writing C extensions for the Python language.",
long_description = """\ long_description = """\
The Cython language makes writing C extensions for the Python language as The Cython language makes writing C extensions for the Python language as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment