From b0c714ba82892fb279cf14a54815803949ae516d Mon Sep 17 00:00:00 2001 From: leake Date: Tue, 5 Dec 2023 06:35:00 -0800 Subject: [PATCH] Updating version. --- README.md | 2 +- src/tfc/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e48a95..d0dc6fb 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The authors of this repsitory and the associated theory have gone to lengths to author = {Carl Leake and Hunter Johnston}, title = {{TFC: A Functional Interpolation Framework}}, url = {https://github.com/leakec/tfc}, - version = {1.0.10}, + version = {1.0.11}, year = {2023}, } @article{TFC, diff --git a/src/tfc/version.py b/src/tfc/version.py index 69a2382..7cd6c5e 100644 --- a/src/tfc/version.py +++ b/src/tfc/version.py @@ -5,7 +5,7 @@ else: from typing import Tuple -__version__ = "1.0.10" +__version__ = "1.0.11" def _version_as_tuple(version_str: str) -> Tuple[int, ...]: