We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4458968 commit 213f135Copy full SHA for 213f135
docs/conf.py
@@ -10,7 +10,7 @@
10
current_year = datetime.now().year
11
copyright = f'2024-{current_year}, Kramer Harrison & contributors'
12
author = 'Kramer Harrison'
13
-release = '0.2.5'
+release = '0.2.6'
14
15
extensions = ['sphinx.ext.autodoc',
16
'sphinx.ext.autosummary',
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "optiland"
7
-version = "0.2.5"
+version = "0.2.6"
8
authors = [
9
{ name="Kramer Harrison", email="kdanielharrison@gmail.com" },
]
0 commit comments