We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b6232 commit 99dc143Copy full SHA for 99dc143
fastcore/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.8.0"
+__version__ = "1.8.1"
settings.ini
@@ -8,7 +8,7 @@ author = Jeremy Howard and Sylvain Gugger
8
author_email = infos@fast.ai
9
copyright = fast.ai
10
branch = master
11
-version = 1.8.0
+version = 1.8.1
12
min_python = 3.9
13
audience = Developers
14
language = English
@@ -38,3 +38,5 @@ clear_all = False
38
put_version_in_init = True
39
cell_number = False
40
skip_procs =
41
+jupyter_hooks = False
42
+
0 commit comments