We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6115d5c commit 6499ccaCopy full SHA for 6499cca
1 file changed
cycler/__init__.py
@@ -51,7 +51,8 @@
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.1"
+
55
+__version__ = "0.13.0.dev0"
56
57
K = TypeVar("K", bound=Hashable)
58
L = TypeVar("L", bound=Hashable)
0 commit comments