File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1212from .fs_wrapper import fs , fs_instance
1313from .metamanager import MetaManager , SyncMetaManager
1414
15- __version__ = "1.1.1 "
15+ __version__ = "1.1.2 "
1616
1717__all__ = (
1818 "_jupyter_labextension_paths" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [{name = "the jupyter-fs authors", email = "
[email protected] "}]
1212description = " A Filesystem-like mult-contents manager backend for Jupyter"
1313readme = " README.md"
1414license = { text = " Apache-2.0" }
15- version = " 1.1.1 "
15+ version = " 1.1.2 "
1616requires-python = " >=3.9"
1717keywords = [
1818 " Jupyter" ,
@@ -90,7 +90,7 @@ Repository = "https://github.com/jpmorganchase/jupyter-fs"
9090Homepage = " https://github.com/jpmorganchase/jupyter-fs"
9191
9292[tool .bumpversion ]
93- current_version = " 1.1.1 "
93+ current_version = " 1.1.2 "
9494commit = true
9595tag = true
9696
You can’t perform that action at this time.
0 commit comments