diff options
Diffstat (limited to 'pygments')
| -rw-r--r-- | pygments/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index 93600fdc..06a6e561 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -28,7 +28,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.5.2' +__version__ = '2.6.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
