diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 74a84cc..b1d8bbf 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/js/package.json b/js/package.json index c4d99f5..35ec59c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-fs", - "version": "0.4.0", + "version": "0.4.1", "description": "A Filesystem-like mult-contents manager backend for Jupyter", "author": "The jupyter-fs authors", "license": "Apache-2.0", diff --git a/jupyterfs/_version.py b/jupyterfs/_version.py index f3f8da7..b37c776 100644 --- a/jupyterfs/_version.py +++ b/jupyterfs/_version.py @@ -1,4 +1,4 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/pyproject.toml b/pyproject.toml index 9f9457a..bfeef50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" [project] name = "jupyter-fs" description = "A Filesystem-like mult-contents manager backend for Jupyter" -version = "0.4.0" +version = "0.4.1" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.7"