diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2021-01-12 08:02:24 +0100 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2021-01-12 08:02:24 +0100 |
| commit | 4d555d0fffc914a2a4ac9874416cdaaf8f8c9e74 (patch) | |
| tree | cc025918f0a5e67f7604a8b7d7904976a8760f28 | |
| parent | fc3b05ddf25933e45f670534f79fd1df870e142a (diff) | |
| download | pygments-git-2.7.4.tar.gz | |
Bump version to 2.7.4.2.7.4
| -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 8fc95694..86523355 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -28,7 +28,7 @@ import sys from io import StringIO, BytesIO -__version__ = '2.7.3' +__version__ = '2.7.4' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
