diff --git a/docs/index.html b/docs/index.html index 19dfe2f..4082da1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -91,7 +91,7 @@

License

if sys.version_info >= (3, 11): # pragma: no cover from types import NoneType from typing import Never -else: +else: # pragma: no cover NoneType = type(None) Never = NoReturn @@ -147,7 +147,7 @@

License

] __version__ = "0.1.0" -__pubdate__ = "2023-12-15T00:43:07Z" +__pubdate__ = "2023-12-15T12:12:04Z" K = TypeVar("K") """Type variable for keys.""" diff --git a/src/castfit/__init__.py b/src/castfit/__init__.py index 63b95e4..15768b1 100755 --- a/src/castfit/__init__.py +++ b/src/castfit/__init__.py @@ -86,7 +86,7 @@ ] __version__ = "0.1.0" -__pubdate__ = "2023-12-15T00:43:07Z" +__pubdate__ = "2023-12-15T12:12:04Z" K = TypeVar("K") """Type variable for keys."""