summaryrefslogtreecommitdiff
path: root/numpydoc
diff options
context:
space:
mode:
Diffstat (limited to 'numpydoc')
-rw-r--r--numpydoc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpydoc/__init__.py b/numpydoc/__init__.py
index be08d4f..fec3ff2 100644
--- a/numpydoc/__init__.py
+++ b/numpydoc/__init__.py
@@ -2,7 +2,7 @@
This package provides the numpydoc Sphinx extension for handling docstrings
formatted according to the NumPy documentation format.
"""
-__version__ = '1.2'
+__version__ = '1.3.dev0'
def setup(app, *args, **kwargs):