diff --git a/js/package.json b/js/package.json index ade7df3..368d276 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-fs", - "version": "1.0.1", + "version": "1.0.1rc0", "description": "A Filesystem-like mult-contents manager backend for Jupyter", "author": "The jupyter-fs authors", "license": "Apache-2.0", diff --git a/jupyterfs/__init__.py b/jupyterfs/__init__.py index f8fd1af..00d2b71 100644 --- a/jupyterfs/__init__.py +++ b/jupyterfs/__init__.py @@ -12,7 +12,7 @@ from .fs_wrapper import fs, fs_instance from .metamanager import MetaManager, SyncMetaManager -__version__ = "1.0.1" +__version__ = "1.0.1rc0" __all__ = ( "_jupyter_labextension_paths", diff --git a/pyproject.toml b/pyproject.toml index bdf4676..4782152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [{name = "the jupyter-fs authors", email = "t.paine154@gmail.com"}] description = "A Filesystem-like mult-contents manager backend for Jupyter" readme = "README.md" license = { text = "Apache-2.0" } -version = "1.0.1" +version = "1.0.1rc0" requires-python = ">=3.9" keywords = [ "Jupyter", @@ -90,7 +90,7 @@ Repository = "https://github.com/jpmorganchase/jupyter-fs" Homepage = "https://github.com/jpmorganchase/jupyter-fs" [tool.bumpversion] -current_version = "1.0.1" +current_version = "1.0.1rc0" commit = true tag = true