Skip to content

Commit f441a2e

Browse files
committed
Release: v0.5.0
1 parent 813ec5b commit f441a2e

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
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="hf-doc-builder",
23-
version="0.5.0.dev0",
23+
version="0.5.0",
2424
author="Hugging Face, Inc.",
2525
license="Apache",
2626
author_email="[email protected]",

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.5.0.dev0"
20+
__version__ = "0.5.0"
2121

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

0 commit comments

Comments
 (0)