We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe2ea6 commit b832c56Copy full SHA for b832c56
docs/conf.py
@@ -23,7 +23,7 @@
23
project = 'amdgpu_stats'
24
copyright = '2024, Josh Lay'
25
author = 'Josh Lay'
26
-release = '0.1.22'
+release = '0.1.23'
27
28
# -- General configuration ---------------------------------------------------
29
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "amdgpu-stats"
3
-version = "0.1.22"
+version = "0.1.23"
4
description = "A module/TUI for AMD GPU statistics"
5
authors = ["Josh Lay <[email protected]>"]
6
repository = "https://github.com/joshlay/amdgpu_stats"
0 commit comments