Skip to content

Commit

Permalink
Forgot to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 30, 2023
1 parent f057c78 commit 8f5283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymdownx/__meta__.py
Expand Up @@ -185,5 +185,5 @@ def parse_version(ver, pre=False):
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(10, 6, 0, "final")
__version_info__ = Version(10, 7, 0, "final")
__version__ = __version_info__._get_canonical()

0 comments on commit 8f5283f

Please sign in to comment.