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, ...]: