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 6a885dca..cd33c501 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ """ from io import StringIO, BytesIO -__version__ = '2.11.0' +__version__ = '2.11.1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
