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 721017c commit b8ad3a1Copy full SHA for b8ad3a1
nbdev/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.4.3"
+__version__ = "2.4.4"
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.3
+version = 2.4.4
13
audience = Developers
14
language = English
15
custom_sidebar = True
0 commit comments