From f4a38d52d1d3dd6dff3742f7bf5dd941810fea32 Mon Sep 17 00:00:00 2001 From: bbtufty Date: Sat, 18 May 2024 00:06:40 +0100 Subject: [PATCH] Fix GitHub action in intro.rst --- docs/conf.py | 2 +- docs/intro.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fae2acd..25a39cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = 'romsearch' copyright = '2024, bbtufty' author = 'bbtufty' -release = '0.0.5.post1' +release = '0.0.5.post2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/intro.rst b/docs/intro.rst index d6d0058..4d220f5 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -6,7 +6,7 @@ ROMSearch :target: https://pypi.org/pypi/romsearch/ .. image:: https://img.shields.io/pypi/pyversions/romsearch.svg?label=Python&color=yellow&style=flat-square :target: https://pypi.org/pypi/romsearch/ -.. image:: https://img.shields.io/github/actions/workflow/status/bbtufty/romsearch/build_test.yaml?branch=main&style=flat-square +.. image:: https://img.shields.io/github/actions/workflow/status/bbtufty/romsearch/build.yaml?branch=main&style=flat-square :target: https://github.com/bbtufty/romsearch/actions .. image:: https://readthedocs.org/projects/romsearch/badge/?version=latest&style=flat-square :target: https://romsearch.readthedocs.io/en/latest/ diff --git a/pyproject.toml b/pyproject.toml index 1b3177e..429820c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "romsearch" -version = "0.0.5.post1" +version = "0.0.5.post2" description = "One Stop ROM Shop" readme = "README.md" requires-python = ">=3.9"