Skip to content

Commit 9a2f2dc

Browse files
committed
Bump to 0.5.0
1 parent 22cf6c1 commit 9a2f2dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jupyter_scheduler/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
__all__ = ["__version__"]
55

6-
version_info = (0, 4, 2, "", "")
6+
version_info = (0, 5, 0, "", "")
77
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/scheduler",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "A JupyterLab extension for running notebook jobs",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_scheduler"
7-
version = "0.4.2"
7+
version = "0.5.0"
88
description = "A JupyterLab extension for running notebook jobs"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -83,7 +83,7 @@ source_dir = "src"
8383
build_dir = "jupyter_scheduler/labextension"
8484

8585
[tool.tbump.version]
86-
current = "0.4.2"
86+
current = "0.5.0"
8787
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
8888

8989
[[tool.tbump.file]]

0 commit comments

Comments
 (0)