Skip to content

Commit

Permalink
MNT change dev version to 0.5, 0.4 is already released (#810)
Browse files Browse the repository at this point in the history
* MNT change dev version to 0.5, 0.4 is already released

* fix indentation

Co-authored-by: Lysandre Debut <lysandre.debut@reseau.eseo.fr>
  • Loading branch information
adrinjalali and LysandreJik authored Mar 31, 2022
1 parent cc28c37 commit c2db969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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
8 changes: 4 additions & 4 deletions src/huggingface_hub/hf_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ def create_repo(
<Tip>
Version added: 0.4.0
Version added: 0.5
</Tip>
Expand Down Expand Up @@ -1363,7 +1363,7 @@ def delete_repo(
<Tip>
Version added: 0.4.0
Version added: 0.5
</Tip>
Expand Down Expand Up @@ -1458,9 +1458,9 @@ def update_repo_visibility(
<Tip>
Version added: 0.4.0
Version added: 0.5
</Tip>
</Tip>
private (`bool`, *optional*, defaults to `False`):
Whether the model repo should be private.
Expand Down

0 comments on commit c2db969

Please # to comment.