diff options
author | Georg Brandl <georg@python.org> | 2014-11-11 08:59:17 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-11-11 08:59:17 +0100 |
commit | 2b79c4ef047c985b2a161401ace2c563f8b808da (patch) | |
tree | 7ed2d814c3e00cc4cbe7f79f8289146748c3e049 /pygments/__init__.py | |
parent | 421490248a3208a786a31a3c8a541bd0e28f7924 (diff) | |
download | pygments-2b79c4ef047c985b2a161401ace2c563f8b808da.tar.gz |
default branch is 2.1a0.
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 8170d5f0..1d8faebd 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.1a0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |