Skip to content

Commit c2db969

Browse files
MNT change dev version to 0.5, 0.4 is already released (#810)
* MNT change dev version to 0.5, 0.4 is already released * fix indentation Co-authored-by: Lysandre Debut <[email protected]>
1 parent cc28c37 commit c2db969

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/huggingface_hub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
__version__ = "0.4.0.dev0"
19+
__version__ = "0.5.0.dev0"
2020

2121
from .commands.user import notebook_login
2222
from .constants import (

src/huggingface_hub/hf_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def create_repo(
12311231
12321232
<Tip>
12331233
1234-
Version added: 0.4.0
1234+
Version added: 0.5
12351235
12361236
</Tip>
12371237
@@ -1363,7 +1363,7 @@ def delete_repo(
13631363
13641364
<Tip>
13651365
1366-
Version added: 0.4.0
1366+
Version added: 0.5
13671367
13681368
</Tip>
13691369
@@ -1458,9 +1458,9 @@ def update_repo_visibility(
14581458
14591459
<Tip>
14601460
1461-
Version added: 0.4.0
1461+
Version added: 0.5
14621462
1463-
</Tip>
1463+
</Tip>
14641464
14651465
private (`bool`, *optional*, defaults to `False`):
14661466
Whether the model repo should be private.

0 commit comments

Comments
 (0)