Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Nov 20, 2024
1 parent e3bbcc6 commit 016a027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nbdev/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.32"
__version__ = "2.3.33"

from .doclinks import nbdev_export
from .showdoc import show_doc
Expand Down
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author = Jeremy Howard and Hamel Husain
author_email = [email protected]
branch = master
min_python = 3.7
version = 2.3.32
version = 2.3.33
audience = Developers
language = English
custom_sidebar = True
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 016a027

Please sign in to comment.