Skip to content

Commit 365a1e0

Browse files
committed
Release v0.2.0
1 parent 002d1fa commit 365a1e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="hf-doc-builder",
20-
version="0.2.0.dev0",
20+
version="0.2.0",
2121
author="Hugging Face, Inc.",
2222
author_email="[email protected]",
2323
description="Doc building utility",

src/doc_builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# There's no way to ignore "F401 '...' imported but unused" warnings in this
1818
# module, but to preserve other warnings. So, don't check this module at all.
1919

20-
__version__ = "0.2.0.dev0"
20+
__version__ = "0.2.0"
2121

2222
from .autodoc import autodoc
2323
from .build_doc import build_doc

0 commit comments

Comments
 (0)