We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6238542 commit 729c2d7Copy full SHA for 729c2d7
a11y_pygments/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION_INFO = (0, 0, 3, 'dev')
+VERSION_INFO = (0, 0, 3)
2
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments