From 4925f81663830f17fe93086de2664ce10dd10991 Mon Sep 17 00:00:00 2001 From: painebot Date: Tue, 4 Jun 2024 13:20:38 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.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 bbb5c7b..9295b00 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = False diff --git a/js/package.json b/js/package.json index 4ccd6c4..5d561ff 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-fs", - "version": "1.0.0", + "version": "1.0.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 bb7338d..c3faa6d 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__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index a793e90..0de201c 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 = "1.0.0" +version = "1.0.1" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.7"