We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40abeb6 commit 75f974dCopy full SHA for 75f974d
pymdownx/__meta__.py
@@ -185,5 +185,5 @@ def parse_version(ver, pre=False):
185
return Version(major, minor, micro, release, pre, post, dev)
186
187
188
-__version_info__ = Version(10, 2, 1, "final")
+__version_info__ = Version(10, 3, 0, "final")
189
__version__ = __version_info__._get_canonical()
0 commit comments