Skip to content

Commit 5da519a

Browse files
authored
Merge pull request #202 from painebot/tkp/1
Bump version for full semver
2 parents 726e4b6 + 7669347 commit 5da519a

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.1
2+
current_version = 1.0.0
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.1",
3+
"version": "1.0.0",
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.1"
4+
__version__ = "1.0.0"

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.1"
12+
version = "1.0.0"
1313
readme = "README.md"
1414
license = { file = "LICENSE" }
1515
requires-python = ">=3.7"

0 commit comments

Comments
 (0)