From cb5d2464cf9637b67d665fa5a3e069dee82a2631 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Thu, 27 Apr 2023 23:49:22 -0500 Subject: [PATCH] bump ver: v0.1.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14c9bed..077f7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.9" -description = "A simple module/TUI (using Textual) that provides AMD GPU statistics" +version = "0.1.10" +description = "A simple module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats" license = "MIT"