We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4362cfe commit 6115d5cCopy full SHA for 6115d5c
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.13.0.dev0"
+__version__ = "0.12.1"
55
56
K = TypeVar("K", bound=Hashable)
57
L = TypeVar("L", bound=Hashable)
0 commit comments