We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23bfb3 commit 68f79caCopy full SHA for 68f79ca
2 files changed
pyjs_code_runner/version.py
@@ -1 +1 @@
1
-__version__ = "1.1.0"
+__version__ = "2.0.1"
pyproject.toml
@@ -8,6 +8,7 @@ build-backend = "hatchling.build"
8
name = "pyjs-code-runner"
9
description = "A driver to run wasm code from an emscripten-forge coda env like normal python code"
10
readme = "README.md"
11
+license = { file = "LICENSE" }
12
authors = [
13
{ name = "Thorsten Beier", email = "derthorstenbeier@gmail.com" },
14
]
@@ -27,10 +28,10 @@ dependencies = [
27
28
"rich",
29
"typer",
30
-version = "2.0.1"
31
+dynamic = ["version"]
32
-[project.license]
33
-file = "LICENSE"
+[tool.hatch.version]
34
+path = "pyjs_code_runner/version.py"
35
36
[project.scripts]
37
pyjs_code_runner = "pyjs_code_runner.cli.main:app"
0 commit comments