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 | 1e4ec98d7066246394d3275b394bd44ee206e19c (patch) | |
| tree | 124a41dda1224b8710597899c178ad141241b4ba /pygments/__init__.py | |
| parent | f215af5431095da9fbbc20a277f88d3fe68aafce (diff) | |
| download | pygments-git-2.0.2.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'] |
