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 Sep 28, 2023
1 parent 7aebbdf commit 99d0d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycler/__init__.py
Original file line number Diff line number Diff line change
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.12.0"
__version__ = "0.13.0.dev0"

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

0 comments on commit 99d0d4e

Please sign in to comment.