Skip to content

Commit 763ce12

Browse files
committed
bump
1 parent 54b6f81 commit 763ce12

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

fastcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.15"
1+
__version__ = "1.5.17"

settings.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
77
author_email = [email protected]
88
copyright = fast.ai
99
branch = master
10-
version = 1.5.16
10+
version = 1.5.17
1111
min_python = 3.7
1212
audience = Developers
1313
language = English
@@ -29,4 +29,6 @@ black_formatting = False
2929
readme_nb = index.ipynb
3030
allowed_metadata_keys =
3131
allowed_cell_metadata_keys =
32+
jupyter_hooks = True
33+
clean_ids = True
3234

0 commit comments

Comments
 (0)