From a867a8cc3bb7f8e5ab55ef44fe28475c2e3ecbeb Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 23 Jul 2023 01:57:35 -0500 Subject: [PATCH] pyproject: bump to 0.1.19, raise textual dep for new Notifications --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91a290b..f5ce478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.18" +version = "0.1.19" description = "A module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats" @@ -14,6 +14,7 @@ classifiers = [ "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "Operating System :: POSIX :: Linux", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -21,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -textual = ">=0.22.0" +textual = ">=0.30.0" humanfriendly = ">=10.0" pyyaml = "^6.0"