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