Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Feb 1, 2024
1 parent ab229eb commit 35921f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fastai/__init__.py
@@ -1,2 +1,2 @@
__version__ = "2.7.13"
__version__ = "2.7.14"

9 changes: 5 additions & 4 deletions settings.ini
Expand Up @@ -3,7 +3,7 @@ lib_name = fastai
user = fastai
repo = fastai
branch = master
version = 2.7.13
version = 2.7.14
description = fastai simplifies training fast and accurate neural nets using modern best practices
keywords = fastai, deep learning, machine learning
author = Jeremy Howard, Sylvain Gugger, and contributors
Expand Down Expand Up @@ -34,8 +34,9 @@ recursive = True
clean_ids = False
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clear_all = False
put_version_in_init = True
put_version_in_init = True

0 comments on commit 35921f7

Please sign in to comment.