Skip to content

Commit afebbdd

Browse files
committed
static version
1 parent 40cc19f commit afebbdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "net_vis"
11+
version = "0.1.1"
12+
# dynamic = ["version"]
1113
description = "NetVis is a package for interactive visualization Python NetworkX graphs within Jupyter Lab. It leverages D3.js for dynamic rendering and supports HTML export, making network analysis effortless."
1214
readme = "README.md"
1315
license = { file = "LICENSE" }
@@ -99,4 +101,4 @@ build_cmd = "build:prod"
99101
npm = ["jlpm"]
100102

101103
[tool.hatch.version]
102-
source = "nodejs"
104+
source = "nodejs"

0 commit comments

Comments
 (0)