Skip to content

Commit

Permalink
Bump version to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Nov 7, 2024
1 parent 58a8f7d commit 10c1c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmd-ntrf/jupyterlab-lmod",
"version": "5.2.0",
"version": "5.2.1",
"description": "Lmod/Tmod JupyterLab extension",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ field = [
]

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

[tool.tbump.git]
Expand Down

0 comments on commit 10c1c00

Please sign in to comment.