Skip to content

Commit e7ea3ce

Browse files
authored
Merge pull request #184 from jpmorganchase/tkp/041
Bump version: 0.4.0 → 0.4.1
2 parents b1110bd + 1290d4e commit e7ea3ce

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = False
55

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": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A Filesystem-like mult-contents manager backend for Jupyter",
55
"author": "The jupyter-fs authors",
66
"license": "Apache-2.0",

jupyterfs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = "0.4.0"
4+
__version__ = "0.4.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
99
[project]
1010
name = "jupyter-fs"
1111
description = "A Filesystem-like mult-contents manager backend for Jupyter"
12-
version = "0.4.0"
12+
version = "0.4.1"
1313
readme = "README.md"
1414
license = { file = "LICENSE" }
1515
requires-python = ">=3.7"

0 commit comments

Comments
 (0)