Skip to content

Commit 6499cca

Browse files
committed
BLD: Bump version for next release
1 parent 6115d5c commit 6499cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cycler/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
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.12.1"
54+
55+
__version__ = "0.13.0.dev0"
5556

5657
K = TypeVar("K", bound=Hashable)
5758
L = TypeVar("L", bound=Hashable)

0 commit comments

Comments
 (0)