From b832c56c899283112215b4f30b0c0ae779df96a8 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 3 Mar 2024 13:22:18 -0600 Subject: [PATCH] v0.1.23: bump --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ca88343..c0a85f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ project = 'amdgpu_stats' copyright = '2024, Josh Lay' author = 'Josh Lay' -release = '0.1.22' +release = '0.1.23' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7ddfa34..228057d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amdgpu-stats" -version = "0.1.22" +version = "0.1.23" description = "A module/TUI for AMD GPU statistics" authors = ["Josh Lay "] repository = "https://github.com/joshlay/amdgpu_stats"