Skip to content

Commit 5965cfc

Browse files
committed
Bump version
1 parent 9ff24c0 commit 5965cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpydoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This package provides the numpydoc Sphinx extension for handling docstrings
33
formatted according to the NumPy documentation format.
44
"""
5-
__version__ = '1.2'
5+
__version__ = '1.3.dev0'
66

77

88
def setup(app, *args, **kwargs):

0 commit comments

Comments
 (0)