From 94277e3476a904b608506eaddd128876845a8a1e Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 25 Apr 2023 21:20:56 -0500 Subject: [PATCH] bump to 0.1.6: more modularity/funcs --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1eb08f..b07472c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.5" -description = "A simple TUI (using Textual) that shows AMD GPU statistics" +version = "0.1.6" +description = "A simple module/TUI (using Textual) that provides AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats" license = "MIT"