From 4c706fec35800a2be59f12e09f672a3402b9d4ed Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 5 Aug 2023 22:58:19 -0500 Subject: [PATCH] v0.1.20: bump project toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5ce478..9dff6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] 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"