Skip to content

Commit

Permalink
BLD: Bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Oct 7, 2023
1 parent 6115d5c commit 6499cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cycler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
# Dict, List, Union required for runtime cast calls
from typing import TypeVar, Generic, Callable, Union, Dict, List, Any, overload, cast

__version__ = "0.12.1"

__version__ = "0.13.0.dev0"

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

0 comments on commit 6499cca

Please sign in to comment.