diff --git a/pyproject.toml b/pyproject.toml index 9858a0b..6025dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.3" +version = "0.1.4" description = "A simple TUI (using Textual) that shows AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats"