summaryrefslogtreecommitdiff
path: root/numpydoc
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-01-24 10:41:08 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2022-01-24 10:41:08 -0800
commit5965cfc665711e968ef84449fd021fff807683dd (patch)
treef8fc4e153aee60fb5e7334780dabcc41f741adc9 /numpydoc
parent9ff24c084d53756b88d0826a6d9e5c2840a3d1be (diff)
downloadnumpydoc-5965cfc665711e968ef84449fd021fff807683dd.tar.gz
Bump version
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):