Skip to content

Commit

Permalink
Increment version to 1.18.1.dev0 (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 21, 2024
1 parent 2e8cd0d commit 1895aa0
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,7 +1,7 @@
from ._query import Query, QueryVariable, SimpleQuery
from ._url import URL, cache_clear, cache_configure, cache_info

__version__ = "1.18.0"
__version__ = "1.18.1.dev0"

__all__ = (
"URL",
Expand Down

0 comments on commit 1895aa0

Please sign in to comment.