Skip to content

Commit 537f72e

Browse files
committed
Bump version to 4.0.1
1 parent bdbeba5 commit 537f72e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmd-ntrf/jupyterlab-lmod",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Lmod JupyterLab extension",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ field = [
8888
]
8989

9090
[tool.tbump.version]
91-
current = "4.0.0"
91+
current = "4.0.1"
9292
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9393

9494
[tool.tbump.git]

0 commit comments

Comments
 (0)