We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbeba5 commit 537f72eCopy full SHA for 537f72e
labextension/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cmd-ntrf/jupyterlab-lmod",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"description": "Lmod JupyterLab extension",
5
"keywords": [
6
"jupyter",
pyproject.toml
@@ -88,7 +88,7 @@ field = [
88
]
89
90
[tool.tbump.version]
91
-current = "4.0.0"
+current = "4.0.1"
92
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
93
94
[tool.tbump.git]
0 commit comments