From 5b09cc5af31a662e14a26bd4cf92fda305a052a6 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 3 Sep 2023 22:48:20 -0500 Subject: [PATCH] v0.1.22: Log (newline) fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ffce48..3ed0405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.21" +version = "0.1.22" description = "A module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://git.init3.us/BraveTraveler/amdgpu_stats"