Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Nov 2, 2022
1 parent 9794faa commit 6fc2502
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.7.10"
__version__ = "2.7.11"

9 changes: 8 additions & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lib_name = fastai
user = fastai
repo = fastai
branch = master
version = 2.7.10
version = 2.7.11
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 @@ -32,4 +32,11 @@ doc_baseurl = /
host = github
recursive = True
clean_ids = False
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clear_all = False
put_version_in_init = True

0 comments on commit 6fc2502

Please sign in to comment.