We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6298a commit ea0800cCopy full SHA for ea0800c
nbdev/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.4.2"
+__version__ = "2.4.3"
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 = j@fast.ai
10
branch = main
11
min_python = 3.9
12
-version = 2.4.2
+version = 2.4.3
13
audience = Developers
14
language = English
15
custom_sidebar = True
0 commit comments