diff --git a/fastai/__init__.py b/fastai/__init__.py index 22ebc14d0a..15647be6ed 100644 --- a/fastai/__init__.py +++ b/fastai/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2.7.10" +__version__ = "2.7.11" diff --git a/settings.ini b/settings.ini index 0ca4bd8295..883ea721db 100644 --- a/settings.ini +++ b/settings.ini @@ -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 @@ -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