Skip to content

Commit 68f79ca

Browse files
committed
fix versioning
1 parent c23bfb3 commit 68f79ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pyjs_code_runner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "2.0.1"

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build-backend = "hatchling.build"
88
name = "pyjs-code-runner"
99
description = "A driver to run wasm code from an emscripten-forge coda env like normal python code"
1010
readme = "README.md"
11+
license = { file = "LICENSE" }
1112
authors = [
1213
{ name = "Thorsten Beier", email = "[email protected]" },
1314
]
@@ -27,10 +28,10 @@ dependencies = [
2728
"rich",
2829
"typer",
2930
]
30-
version = "2.0.1"
31+
dynamic = ["version"]
3132

32-
[project.license]
33-
file = "LICENSE"
33+
[tool.hatch.version]
34+
path = "pyjs_code_runner/version.py"
3435

3536
[project.scripts]
3637
pyjs_code_runner = "pyjs_code_runner.cli.main:app"

0 commit comments

Comments
 (0)