We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f3e17 commit ab3cfe8Copy full SHA for ab3cfe8
cycler/__init__.py
@@ -51,7 +51,7 @@
51
# Dict, List, Union required for runtime cast calls
52
from typing import TypeVar, Generic, Callable, Union, Dict, List, Any, overload, cast
53
54
-__version__ = "0.12.0rc1"
+__version__ = "0.12.0rc2"
55
56
K = TypeVar("K", bound=Hashable)
57
L = TypeVar("L", bound=Hashable)
0 commit comments