cut new release with absolute URLs for PyPi screenshots
This commit is contained in:
parent
124b665ed0
commit
9fb46132ed
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 <pypi@jlay.io>"]
|
||||
repository = "https://github.com/joshlay/amdgpu_stats"
|
||||
|
|
Reference in a new issue