Skip to content

Commit

Permalink
Release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Mar 7, 2024
1 parent 813ec5b commit f441a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="hf-doc-builder",
version="0.5.0.dev0",
version="0.5.0",
author="Hugging Face, Inc.",
license="Apache",
author_email="docs@huggingface.co",
Expand Down
2 changes: 1 addition & 1 deletion src/doc_builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.

__version__ = "0.5.0.dev0"
__version__ = "0.5.0"

from .autodoc import autodoc
from .build_doc import build_doc
Expand Down

0 comments on commit f441a2e

Please sign in to comment.