Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MNT change dev version to 0.5, 0.4 is already released #810

Merged
merged 3 commits into from
Mar 31, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/huggingface_hub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

from .commands.user import notebook_login
from .constants import (
Expand Down
6 changes: 3 additions & 3 deletions src/huggingface_hub/hf_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def create_repo(
repo_id: A namespace (user or an organization) and a repo name
seperated by a ``/``.

.. versionadded: 0.4.0
.. versionadded: 0.5

token: An authentication token [1]_.

Expand Down Expand Up @@ -1191,7 +1191,7 @@ def delete_repo(
repo_id: A namespace (user or an organization) and a repo name
seperated by a ``/``.

.. versionadded: 0.4.0
.. versionadded: 0.5

token: An authentication token [1]_.

Expand Down Expand Up @@ -1289,7 +1289,7 @@ def update_repo_visibility(
repo_id: A namespace (user or an organization) and a repo name
seperated by a ``/``.

.. versionadded: 0.4.0
.. versionadded: 0.5

private: Whether the model repo should be private.

Expand Down