Skip to content

Commit e0cfc83

Browse files
committed
Bumping version.
1 parent b2d4daf commit e0cfc83

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The authors of this repsitory and the associated theory have gone to lengths to
6666
author = {Carl Leake and Hunter Johnston},
6767
title = {{TFC: A Functional Interpolation Framework}},
6868
url = {https://github.com/leakec/tfc},
69-
version = {1.3.2},
70-
year = {2025},
69+
version = {1.4.0},
70+
year = {2026},
7171
}
7272
@article{TFC,
7373
title={The Multivariate Theory of Functional Connections: Theory, Proofs, and Application in Partial Differential Equations},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "tfc"
11-
version = "1.3.2"
11+
version = "1.4.0"
1212
requires-python = ">=3.11"
1313
readme = "README.md"
1414
dynamic = ["dependencies", "classifiers", "authors", "license", "description"]

src/tfc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.3.2"
1+
__version__ = "1.4.0"
22

33

44
def _version_as_tuple(version_str: str) -> tuple[int, ...]:

0 commit comments

Comments
 (0)