diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d1f6455..e4ae00d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = False diff --git a/jupyterlab_nbconvert_nocode/__init__.py b/jupyterlab_nbconvert_nocode/__init__.py index 6a9beea..3d26edf 100644 --- a/jupyterlab_nbconvert_nocode/__init__.py +++ b/jupyterlab_nbconvert_nocode/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/pyproject.toml b/pyproject.toml index c3b7118..0127e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_nbconvert_nocode" description = "A simple helper library with 2 NBConvert exporters for PDF/HTML export with no code cells" -version = "0.4.0" +version = "0.4.1" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8"