summaryrefslogtreecommitdiff
path: root/numpydoc
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-01-20 17:44:40 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2022-01-20 17:44:40 -0800
commit76b5ea206492e3e3c402f3468eda897ffc928b2c (patch)
tree4cc22205638ff81384655accd76ce89f95d32cd3 /numpydoc
parentfd77800c4fe60367bdd74c1e5efebb5ccf82b45f (diff)
downloadnumpydoc-76b5ea206492e3e3c402f3468eda897ffc928b2c.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 f4c979c..062c921 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.2rc1'
+__version__ = '1.2rc2.dev0'
def setup(app, *args, **kwargs):