diff options
author | Georg Brandl <georg@python.org> | 2015-01-20 07:57:03 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-01-20 07:57:03 +0100 |
commit | 25fcdc1d2a43c24efa38b0ac4075913fccfc2072 (patch) | |
tree | 124a41dda1224b8710597899c178ad141241b4ba /pygments/__init__.py | |
parent | ca7d938207505418c601bc1b6212fad6d9d77381 (diff) | |
download | pygments-25fcdc1d2a43c24efa38b0ac4075913fccfc2072.tar.gz |
Bump to 2.0.2.2.0.2
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 dc377369..9563818b 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '2.0.1' +__version__ = '2.0.2' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |