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 5e7e9fe commit 043883eCopy full SHA for 043883e
nbdev/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.4.0"
+__version__ = "2.4.1"
2
3
from .doclinks import nbdev_export
4
from .showdoc import show_doc
settings.ini
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
9
author_email = [email protected]
10
branch = main
11
min_python = 3.9
12
-version = 2.4.0
+version = 2.4.1
13
audience = Developers
14
language = English
15
custom_sidebar = True
@@ -72,4 +72,5 @@ clear_all = False
72
cell_number = False
73
put_version_in_init = True
74
skip_procs =
75
+update_pyproject = True
76
0 commit comments