From 85939dc9809589788817360910d1adad9a493a82 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Fri, 2 Jun 2023 20:39:41 -0500 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0eb160..c34f486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.17" +version = "0.1.18" description = "A module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats"