We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8404456 commit 6eb2960Copy full SHA for 6eb2960
2 files changed
docs/source/conf.py
@@ -16,7 +16,7 @@
16
project = 'ramannoodle'
17
copyright = "2023-present, Willis O'Leary"
18
author = "Willis O'Leary"
19
-release = '0.4.0'
+release = '0.5.0'
20
21
# -- General configuration ---------------------------------------------------
22
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ramannoodle"
7
-version = "0.4.0"
+version = "0.5.0"
8
authors = [
9
{name = "Willis O'Leary", email = "wolearyc@gmail.com"},
10
]
0 commit comments