Skip to content

Commit a0752d3

Browse files
authored
Merge pull request #9 from cmscom/release/gh-actions-2
static version
2 parents 40cc19f + afebbdd commit a0752d3

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)