Skip to content

Commit

Permalink
Increment version to 1.9.6.dev0 (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 31, 2024
1 parent 10635f8 commit 9407fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ._url import URL, cache_clear, cache_configure, cache_info

__version__ = "1.9.5"
__version__ = "1.9.6.dev0"

__all__ = ("URL", "cache_clear", "cache_configure", "cache_info")

0 comments on commit 9407fcd

Please sign in to comment.