Skip to content

Commit 6115d5c

Browse files
committed
REL: 0.12.1
This is the second release of Cycler 0.12. This fixes the previous release not shipping the `py.typed` file.
1 parent 4362cfe commit 6115d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# Dict, List, Union required for runtime cast calls
5252
from typing import TypeVar, Generic, Callable, Union, Dict, List, Any, overload, cast
5353

54-
__version__ = "0.13.0.dev0"
54+
__version__ = "0.12.1"
5555

5656
K = TypeVar("K", bound=Hashable)
5757
L = TypeVar("L", bound=Hashable)

0 commit comments

Comments
 (0)