Skip to content

Commit d0e884b

Browse files
authored
Merge pull request #334 from painebot/tkp/112
Bump to 1.1.2
2 parents 5f08c3e + cd23375 commit d0e884b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-fs",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A Filesystem-like mult-contents manager backend for Jupyter",
55
"author": "The jupyter-fs authors",
66
"license": "Apache-2.0",

jupyterfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .fs_wrapper import fs, fs_instance
1313
from .metamanager import MetaManager, SyncMetaManager
1414

15-
__version__ = "1.1.1"
15+
__version__ = "1.1.2"
1616

1717
__all__ = (
1818
"_jupyter_labextension_paths",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [{name = "the jupyter-fs authors", email = "[email protected]"}]
1212
description = "A Filesystem-like mult-contents manager backend for Jupyter"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15-
version = "1.1.1"
15+
version = "1.1.2"
1616
requires-python = ">=3.9"
1717
keywords = [
1818
"Jupyter",
@@ -90,7 +90,7 @@ Repository = "https://github.com/jpmorganchase/jupyter-fs"
9090
Homepage = "https://github.com/jpmorganchase/jupyter-fs"
9191

9292
[tool.bumpversion]
93-
current_version = "1.1.1"
93+
current_version = "1.1.2"
9494
commit = true
9595
tag = true
9696

0 commit comments

Comments
 (0)