Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 2, 2023
1 parent c3d0b7d commit 51ec317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soupsieve/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
return Version(major, minor, micro, release, pre, post, dev)


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

0 comments on commit 51ec317

Please sign in to comment.