Skip to content

Commit ab3cfe8

Browse files
committed
BLD: Bump version for next release
1 parent b6f3e17 commit ab3cfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycler/__init__.py

Lines changed: 1 addition & 1 deletion
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.12.0rc1"
54+
__version__ = "0.12.0rc2"
5555

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

0 commit comments

Comments
 (0)