Skip to content

Commit ca1b05e

Browse files
committed
bump
1 parent 2997ce2 commit ca1b05e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

fastcore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.1"
1+
__version__ = "1.8.2"

settings.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = Jeremy Howard and Sylvain Gugger
88
author_email = infos@fast.ai
99
copyright = fast.ai
1010
branch = main
11-
version = 1.8.1
11+
version = 1.8.2
1212
min_python = 3.9
1313
audience = Developers
1414
language = English
@@ -39,4 +39,5 @@ put_version_in_init = True
3939
cell_number = False
4040
skip_procs =
4141
jupyter_hooks = False
42+
update_pyproject = True
4243

0 commit comments

Comments
 (0)