From 1290d4ef7e6f985c9d6547a7ef3e18b0e47355f2 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:21:24 -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 +- js/package.json | 2 +- jupyterfs/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 74a84ccf..b1d8bbff 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 c4d99f52..35ec59ce 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 f3f8da7f..b37c7765 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 9f9457a6..bfeef50e 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"