Skip to content

Commit 3d740da

Browse files
committed
⇪📦 Bump to v1.4.1.dev0
1 parent d92751c commit 3d740da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frozenlist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from functools import total_ordering
66
from typing import Type
77

8-
__version__ = "1.4.0"
8+
__version__ = "1.4.1.dev0"
99

1010
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
1111

0 commit comments

Comments
 (0)