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"