Skip to content

Commit 7d81092

Browse files
chore: bump version to v0.2.0, add author to pyproject.toml
1 parent b1c8943 commit 7d81092

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def fmt_rate(b: float) -> str:
262262
grid.add_row(t)
263263
sep(grid)
264264

265-
grid.add_row(Text(" [dim]Ctrl+C to quit sparkview v0.1.0[/dim]"))
265+
grid.add_row(Text(" [dim]Ctrl+C to quit sparkview v0.2.0[/dim]"))
266266
return grid
267267

268268

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sparkview"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "GB10 Grace Blackwell unified memory GPU monitor"
55
requires-python = ">=3.10"
66
dependencies = [
@@ -9,6 +9,9 @@ dependencies = [
99
"rich",
1010
]
1111

12+
[project.authors]
13+
name = "parallelArchitect"
14+
1215
[tool.ruff]
1316
line-length = 100
1417
target-version = "py310"

0 commit comments

Comments
 (0)