From 5965cfc665711e968ef84449fd021fff807683dd Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 24 Jan 2022 10:41:08 -0800 Subject: Bump version --- numpydoc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.1