Skip to content

Commit 5bc03b6

Browse files
authored
MAINT: Bump to 1.1.0.dev0 (#266)
1 parent 278cf21 commit 5bc03b6

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.0.0'
5+
__version__ = '1.1.0.dev0'
66

77

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

0 commit comments

Comments
 (0)