Skip to content

Commit a3e37fc

Browse files
committed
fix: update version in samples
1 parent f41eec5 commit a3e37fc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

samples/textual-counter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"textual>=6.7.1",
12-
"aptabase>=0.0.3",
12+
"aptabase>=0.1.0",
1313
]
1414
license = {text = "MIT"}
1515
keywords = ["textual", "tui", "analytics", "aptabase", "counter"]

samples/textual-counter/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/textual-dashboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"textual>=6.7.1",
12-
"aptabase>=0.0.3",
12+
"aptabase>=0.1.0",
1313
]
1414
license = {text = "MIT"}
1515
keywords = ["textual", "tui", "analytics", "aptabase", "dashboard"]

samples/textual-dashboard/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)