From b4a28a8fdba18bc31f865078a939a2f525aa2f6e Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 2 May 2023 19:40:49 -0500 Subject: [PATCH] bump to v0.1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fd6469..2fbba40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.12" +version = "0.1.13" description = "A module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats"