5070:4e4651e88674 | 5072:aab59042fefb |
---|---|
24 | 24 |
25 :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. | 25 :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. |
26 :license: BSD, see LICENSE for details. | 26 :license: BSD, see LICENSE for details. |
27 """ | 27 """ |
28 | 28 |
29 __version__ = '2.1' | 29 __version__ = '2.1.3' |
30 __docformat__ = 'restructuredtext' | 30 __docformat__ = 'restructuredtext' |
31 | 31 |
32 __all__ = ['lex', 'format', 'highlight'] | 32 __all__ = ['lex', 'format', 'highlight'] |
33 | 33 |
34 | 34 |