Skip to content

Commit

Permalink
Merge pull request #184 from jpmorganchase/tkp/041
Browse files Browse the repository at this point in the history
Bump version: 0.4.0 → 0.4.1
  • Loading branch information
timkpaine committed Nov 11, 2023
2 parents b1110bd + 1290d4e commit e7ea3ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = False

Expand Down
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": "0.4.0",
"version": "0.4.1",
"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/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "hatchling.build"
[project]
name = "jupyter-fs"
description = "A Filesystem-like mult-contents manager backend for Jupyter"
version = "0.4.0"
version = "0.4.1"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down

0 comments on commit e7ea3ce

Please sign in to comment.