From 6eb2960761e89d6cee3a3bf5c04d042865f94e41 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Thu, 3 Oct 2024 18:06:21 -0700 Subject: [PATCH] version bump --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 11e06c2..c5ebaf0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ project = 'ramannoodle' copyright = "2023-present, Willis O'Leary" author = "Willis O'Leary" -release = '0.4.0' +release = '0.5.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index e9793d3..4c27f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ramannoodle" -version = "0.4.0" +version = "0.5.0" authors = [ {name = "Willis O'Leary", email = "wolearyc@gmail.com"}, ]