Skip to content

Commit 2b6f13d

Browse files
committed
bump
1 parent cbc5f5c commit 2b6f13d

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.3.30"
1+
__version__ = "2.3.31"
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 = j@fast.ai
1010
branch = master
1111
min_python = 3.7
12-
version = 2.3.30
12+
version = 2.3.31
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True
@@ -68,4 +68,5 @@ clean_ids = False
6868
clear_all = False
6969
cell_number = False
7070
put_version_in_init = True
71+
skip_procs =
7172

0 commit comments

Comments
 (0)