We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d0b7d commit 51ec317Copy full SHA for 51ec317
soupsieve/__meta__.py
@@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
193
return Version(major, minor, micro, release, pre, post, dev)
194
195
196
-__version_info__ = Version(2, 4, 1, "final")
+__version_info__ = Version(2, 5, 0, "final")
197
__version__ = __version_info__._get_canonical()
0 commit comments