Skip to content

Commit 10c1c00

Browse files
committed
Bump version to 5.2.1
1 parent 58a8f7d commit 10c1c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Lmod/Tmod JupyterLab extension",
55
"keywords": [
66
"jupyter",

pyproject.toml

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

9191
[tool.tbump.version]
92-
current = "5.2.0"
92+
current = "5.2.1"
9393
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9494

9595
[tool.tbump.git]

0 commit comments

Comments
 (0)