Archived
1
1
Fork 0

cut new release with absolute URLs for PyPi screenshots

This commit is contained in:
Josh Lay 2023-04-23 17:20:46 -05:00
parent 124b665ed0
commit 9fb46132ed
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 3 additions and 3 deletions

View file

@ -20,10 +20,10 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP
- Target - Target
Main screen: 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: 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. Statistics are not logged; only toggling Dark/light mode and the stat names / source files.

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "amdgpu-stats" name = "amdgpu-stats"
version = "0.1.0" version = "0.1.1"
description = "A simple TUI (using Textual) that shows AMD GPU statistics" description = "A simple TUI (using Textual) that shows AMD GPU statistics"
authors = ["Josh Lay <pypi@jlay.io>"] authors = ["Josh Lay <pypi@jlay.io>"]
repository = "https://github.com/joshlay/amdgpu_stats" repository = "https://github.com/joshlay/amdgpu_stats"