diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2021-08-15 12:45:20 +0200 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2021-08-15 12:45:20 +0200 |
commit | a821b896d702a81d61c7fbbd8bf582946759cfb8 (patch) | |
tree | a84a0f99b2e4867808068a3a139666d03d64110f /pygments/__init__.py | |
parent | e2167e4b78416e00522a27f23b6fcf8dd884df97 (diff) | |
download | pygments-git-a821b896d702a81d61c7fbbd8bf582946759cfb8.tar.gz |
Prepare 2.10.0 release.2.10.0
Diffstat (limited to 'pygments/__init__.py')
-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 d7e892c3..4ffb19f6 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -27,7 +27,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.9.0' +__version__ = '2.10.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |