Skip to content

Commit af2d197

Browse files
committed
feat: update version to 1.0.0
1 parent 48edb5d commit af2d197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

myst_nb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""A docutils/sphinx parser for Jupyter Notebooks."""
2-
__version__ = "1.0.0rc1"
2+
__version__ = "1.0.0"
33

44

55
def setup(app):

0 commit comments

Comments
 (0)