Skip to content

Commit

Permalink
Bump to 1.5.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 25, 2024
1 parent 98cee7d commit ba5ad11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiorwlock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections import deque
from typing import Any, Deque, List, Tuple

__version__ = "1.4.0"
__version__ = "1.5.0a0"
__all__ = ('RWLock',)


Expand Down

0 comments on commit ba5ad11

Please sign in to comment.