Skip to content

Commit

Permalink
Release alpha candidate of 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
painebot committed Mar 2, 2025
1 parent 0abb07a commit da00914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-fs",
"version": "1.0.1",
"version": "1.1.0rc0",
"description": "A Filesystem-like mult-contents manager backend for Jupyter",
"author": "The jupyter-fs authors",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion jupyterfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .fs_wrapper import fs, fs_instance
from .metamanager import MetaManager, SyncMetaManager

__version__ = "1.0.1"
__version__ = "1.1.0rc0"

__all__ = (
"_jupyter_labextension_paths",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0rc0"
requires-python = ">=3.9"
keywords = [
"Jupyter",
Expand Down Expand Up @@ -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.1.0rc0"
commit = true
tag = true

Expand Down

0 comments on commit da00914

Please sign in to comment.