Skip to content

Commit 698d5b6

Browse files
committed
Bump to 0.3.2
1 parent 5fd1856 commit 698d5b6

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, 3, 1, "", "")
6+
version_info = (0, 3, 2, "", "")
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.3.1",
3+
"version": "0.3.2",
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.3.1"
7+
version = "0.3.2"
88
description = "A JupyterLab extension for running notebook jobs"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -79,7 +79,7 @@ source_dir = "src"
7979
build_dir = "jupyter_scheduler/labextension"
8080

8181
[tool.tbump.version]
82-
current = "0.3.1"
82+
current = "0.3.2"
8383
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
8484

8585
[[tool.tbump.file]]

0 commit comments

Comments
 (0)