Skip to content

Commit 51ec317

Browse files
committed
Bump version
1 parent c3d0b7d commit 51ec317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soupsieve/__meta__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
193193
return Version(major, minor, micro, release, pre, post, dev)
194194

195195

196-
__version_info__ = Version(2, 4, 1, "final")
196+
__version_info__ = Version(2, 5, 0, "final")
197197
__version__ = __version_info__._get_canonical()

0 commit comments

Comments
 (0)