Skip to content

Commit c6c1f7b

Browse files
committed
getting version
1 parent 236b4bc commit c6c1f7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net_vis",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"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.",
55
"keywords": [
66
"jupyter",

pyproject.toml

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

99
[project]
1010
name = "net_vis"
11-
dynamic = ["version"]
1211
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."
1312
readme = "README.md"
1413
license = { file = "LICENSE" }
@@ -98,3 +97,6 @@ dependencies = [
9897
path = "."
9998
build_cmd = "build:prod"
10099
npm = ["jlpm"]
100+
101+
[tool.hatch.version]
102+
source = "nodejs"

0 commit comments

Comments
 (0)