Skip to content

Commit 77cab06

Browse files
committed
Preparing v1.0.7 release
1 parent 225b64b commit 77cab06

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = 'LayerCake'
2020
copyright = '2025-2026, Jonathan Demaeyer and Oisín Hamilton'
2121
author = 'Jonathan Demaeyer and Oisín Hamilton'
22-
release = 'v1.0.6-beta'
22+
release = 'v1.0.7-beta'
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.6b0'
16+
__version__ = '1.0.7b0'

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.6-beta"
10+
version = "1.0.7-beta"
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)