diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-12-24 11:09:04 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-12-24 11:09:04 +0100 |
commit | ac71f4781784fb7754ebb8ee9b5e5fde064e5040 (patch) | |
tree | 6ebcf54c462039f6590c55c7bee623a5a95875f8 | |
parent | 24cdd0ce17e841527b4837ba9ef140047bbf1f05 (diff) | |
download | numpydoc-0.9.x.tar.gz |
-rw-r--r-- | numpydoc/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpydoc/__init__.py b/numpydoc/__init__.py index 6b9258e..0fc12c7 100644 --- a/numpydoc/__init__.py +++ b/numpydoc/__init__.py @@ -1,6 +1,6 @@ from __future__ import division, absolute_import, print_function -__version__ = '0.9.1' +__version__ = '0.9.2' def setup(app, *args, **kwargs): |