summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 394a85f2..15c226a3 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -22,14 +22,14 @@
.. _Pygments tip:
http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev
- :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import sys
from pygments.util import StringIO, BytesIO
-__version__ = '2.2.0'
+__version__ = '2.4.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']