We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2997ce2 commit ca1b05eCopy full SHA for ca1b05e
fastcore/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.8.1"
+__version__ = "1.8.2"
settings.ini
@@ -8,7 +8,7 @@ author = Jeremy Howard and Sylvain Gugger
8
author_email = infos@fast.ai
9
copyright = fast.ai
10
branch = main
11
-version = 1.8.1
+version = 1.8.2
12
min_python = 3.9
13
audience = Developers
14
language = English
@@ -39,4 +39,5 @@ put_version_in_init = True
39
cell_number = False
40
skip_procs =
41
jupyter_hooks = False
42
+update_pyproject = True
43
0 commit comments