summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-01-12 08:02:24 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-01-12 08:02:24 +0100
commit4d555d0fffc914a2a4ac9874416cdaaf8f8c9e74 (patch)
treecc025918f0a5e67f7604a8b7d7904976a8760f28
parentfc3b05ddf25933e45f670534f79fd1df870e142a (diff)
downloadpygments-git-2.7.4.tar.gz
Bump version to 2.7.4.2.7.4
-rw-r--r--pygments/__init__.py2
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']