Skip to content

Commit 46704d7

Browse files
committed
fix bug in pyproject.toml
1 parent 8f150fd commit 46704d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ source_dir = "src"
7171
build_dir = "jupyterlab_blockly/labextension"
7272

7373
[tool.jupyter-releaser.options]
74-
version-cmd = "hatch version"
74+
version_cmd = "hatch version"
7575

7676
[tool.jupyter-releaser.hooks]
7777
before-build-npm = [

0 commit comments

Comments
 (0)