Skip to content

Commit 65377e7

Browse files
committed
Preparing for 1.0.3-alpha release
1 parent 2607a84 commit 65377e7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

documentation/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1818

1919
project = 'LayerCake'
20-
copyright = '2025, Jonathan Demaeyer'
21-
author = 'Jonathan Demaeyer'
22-
release = 'v0.1'
20+
copyright = '2025-2026, Jonathan Demaeyer and Oisín Hamilton'
21+
author = 'Jonathan Demaeyer and Oisín Hamilton'
22+
release = 'v1.0.3-alpha'
2323
version = release
2424

2525
# -- General configuration ---------------------------------------------------

layercake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
'OperatorTerm', 'ProductOfTerms', 'AdditionOfTerms', 'LinearTerm', 'ConstantTerm', 'Equation', 'Laplacian', 'D',
1414
'Layer', 'Cake']
1515

16-
__version__ = '1.0.2a0'
16+
__version__ = '1.0.3a0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = ["setuptools", "wheel"]
77
[project]
88
requires-python = ">=3.10"
99
name = "layercake_model"
10-
version = "1.0.2-alpha"
10+
version = "1.0.3-alpha"
1111
description = "A framework to design systems of partial differential equations (PDEs), and convert them to ordinary differential equations (ODEs) via Galerkin-type expansions. "
1212
readme = "README.md"
1313
authors = [

0 commit comments

Comments
 (0)