Skip to content

Commit

Permalink
⇪📦 Bump to v1.4.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 15, 2023
1 parent d92751c commit 3d740da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frozenlist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from functools import total_ordering
from typing import Type

__version__ = "1.4.0"
__version__ = "1.4.1.dev0"

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

Expand Down

0 comments on commit 3d740da

Please sign in to comment.