Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
metaist committed Dec 15, 2023
2 parents 45f6731 + 213af3b commit 247e5c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 id="license">License</h2>
if sys.version_info &gt;= (3, 11): # pragma: no cover
from types import NoneType
from typing import Never
else:
else: # pragma: no cover
NoneType = type(None)
Never = NoReturn

Expand Down Expand Up @@ -147,7 +147,7 @@ <h2 id="license">License</h2>
]

__version__ = &#34;0.1.0&#34;
__pubdate__ = &#34;2023-12-15T00:43:07Z&#34;
__pubdate__ = &#34;2023-12-15T12:12:04Z&#34;

K = TypeVar(&#34;K&#34;)
&#34;&#34;&#34;Type variable for keys.&#34;&#34;&#34;
Expand Down
2 changes: 1 addition & 1 deletion src/castfit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 247e5c5

Please sign in to comment.