From 5739e126b66dd85c06d22de0fe89e5444e8518e0 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:18:02 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- jupyterlab_nbconvert_nocode/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"