From c00b001bf3c9b1fc2870bf4cb5782ee600cb14eb Mon Sep 17 00:00:00 2001 From: bbtufty Date: Wed, 8 May 2024 12:54:05 +0100 Subject: [PATCH] Bump version --- CHANGES.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 268b581..bdf003a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.0.3 (Unreleased) +0.0.3 (2024-05-08) ================== Features diff --git a/docs/conf.py b/docs/conf.py index d6bfd8e..540e6eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = 'romsearch' copyright = '2024, bbtufty' author = 'bbtufty' -release = '0.0.2' +release = '0.0.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 8ea23e1..bc17569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "romsearch" -version = "0.0.2" +version = "0.0.3" description = "One Stop ROM Shop" readme = "README.md" requires-python = ">=3.9"