diff --git a/pyproject.toml b/pyproject.toml index 077f7fc..936bf07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.10" +version = "0.1.11" description = "A simple module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats" @@ -14,7 +14,7 @@ textual = ">=0.10" humanfriendly = ">=10.0" [tool.poetry.scripts] -amdgpu-stats = "amdgpu_stats.interface:tui" +amdgpu-stats = "amdgpu_stats.tui:interface" [build-system] requires = ["poetry-core"]