Skip to content

Commit

Permalink
REL: 0.12.1
Browse files Browse the repository at this point in the history
This is the second release of Cycler 0.12.

This fixes the previous release not shipping the `py.typed` file.
  • Loading branch information
QuLogic committed Oct 4, 2023
1 parent 4362cfe commit 6115d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycler/__init__.py
Expand Up @@ -51,7 +51,7 @@
# Dict, List, Union required for runtime cast calls
from typing import TypeVar, Generic, Callable, Union, Dict, List, Any, overload, cast

__version__ = "0.13.0.dev0"
__version__ = "0.12.1"

K = TypeVar("K", bound=Hashable)
L = TypeVar("L", bound=Hashable)
Expand Down

0 comments on commit 6115d5c

Please sign in to comment.