diff --git a/nbdev/__init__.py b/nbdev/__init__.py index 5b3f3e73..df563f4c 100644 --- a/nbdev/__init__.py +++ b/nbdev/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.3.32" +__version__ = "2.3.33" from .doclinks import nbdev_export from .showdoc import show_doc diff --git a/settings.ini b/settings.ini index 0d3376c3..588bf11f 100644 --- a/settings.ini +++ b/settings.ini @@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain author_email = j@fast.ai branch = master min_python = 3.7 -version = 2.3.32 +version = 2.3.33 audience = Developers language = English custom_sidebar = True @@ -50,8 +50,8 @@ console_scripts = nbdev_create_config=nbdev.config:nbdev_create_config nbdev_requirements=nbdev.release:write_requirements nbdev_proc_nbs=nbdev.quarto:nbdev_proc_nbs nbdev_help=nbdev.cli:chelp - nb_export=nbdev.cli:nb_export_cli - watch_export=nbdev.cli:watch_export + nb_export=nbdev.cli:nb_export_cli + watch_export=nbdev.cli:watch_export tst_flags = notest nbs_path = nbs doc_path = _docs