Skip to content

Commit

Permalink
Updating version.
Browse files Browse the repository at this point in the history
  • Loading branch information
leake committed Dec 5, 2023
1 parent 9d30670 commit b0c714b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/tfc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...]:
Expand Down

0 comments on commit b0c714b

Please sign in to comment.