Archived
1
1
Fork 0

v0.1.20: bump project toml

This commit is contained in:
Josh Lay 2023-08-05 22:58:19 -05:00
parent b87625bb10
commit 4c706fec35
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "amdgpu-stats"
version = "0.1.19"
version = "0.1.20"
description = "A module/TUI for AMD GPU statistics"
authors = ["Josh Lay <pypi@jlay.io>"]
repository = "https://github.com/joshlay/amdgpu_stats"
@ -22,7 +22,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
textual = ">=0.30.0"
textual = ">=0.32.0"
humanfriendly = ">=10.0"
pyyaml = "^6.0"