diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-04-04 22:57:00 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-04-04 22:57:00 +0000 |
commit | 30bf5ec780ab7145dee1dc12e7e121178b763573 (patch) | |
tree | 75e3afebd3c11c8c918f11953095b68388fce39a /doc/sphinxext/setup.py | |
parent | bdb5c3e5fa87cb0b67228a944861c1e34df1648a (diff) | |
download | numpy-30bf5ec780ab7145dee1dc12e7e121178b763573.tar.gz |
sphinxext: autosummary: don't insert nested paragraphs in the table
Diffstat (limited to 'doc/sphinxext/setup.py')
-rw-r--r-- | doc/sphinxext/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinxext/setup.py b/doc/sphinxext/setup.py index 2e29ad55d..db4609a04 100644 --- a/doc/sphinxext/setup.py +++ b/doc/sphinxext/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup import setuptools import sys, os -version = "0.1" +version = "0.2.dev" setup( name="numpydoc", |