6650:1dd52aa8897c | 6651:e8f3b5568b21 |
---|---|
27 """ | 27 """ |
28 import sys | 28 import sys |
29 | 29 |
30 from pygments.util import StringIO, BytesIO | 30 from pygments.util import StringIO, BytesIO |
31 | 31 |
32 __version__ = '2.2.0' | 32 __version__ = '2.3.1' |
33 __docformat__ = 'restructuredtext' | 33 __docformat__ = 'restructuredtext' |
34 | 34 |
35 __all__ = ['lex', 'format', 'highlight'] | 35 __all__ = ['lex', 'format', 'highlight'] |
36 | 36 |
37 | 37 |