Skip to content

Commit 043883e

Browse files
committed
bump
1 parent 5e7e9fe commit 043883e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nbdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.4.1"
22

33
from .doclinks import nbdev_export
44
from .showdoc import show_doc

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
99
author_email = [email protected]
1010
branch = main
1111
min_python = 3.9
12-
version = 2.4.0
12+
version = 2.4.1
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True
@@ -72,4 +72,5 @@ clear_all = False
7272
cell_number = False
7373
put_version_in_init = True
7474
skip_procs =
75+
update_pyproject = True
7576

0 commit comments

Comments
 (0)