From 9fb46132ed2b91dea74a2c76183975e044a37964 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 23 Apr 2023 17:20:46 -0500 Subject: [PATCH] cut new release with absolute URLs for PyPi screenshots --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c8b3b0..5c64c03 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP - Target Main screen: -![Screenshot of main screen](screens/main.png "Main screen") +![Screenshot of main screen](https://raw.githubusercontent.com/joshlay/amdgpu_stats/master/screens/main.png "Main screen") Log screen: -![Screenshot of log screen](screens/logging.png "Logging screen") +![Screenshot of log screen](https://raw.githubusercontent.com/joshlay/amdgpu_stats/master/screens/logging.png "Logging screen") Statistics are not logged; only toggling Dark/light mode and the stat names / source files. diff --git a/pyproject.toml b/pyproject.toml index f651410..4a04b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.0" +version = "0.1.1" description = "A simple TUI (using Textual) that shows AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats"