summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-19 19:06:10 +0100
committerGeorg Brandl <georg@python.org>2014-01-19 19:06:10 +0100
commitfc35bb55b420b3122fcb29d790347ce9320b2817 (patch)
tree502acd8a38e5136970ceda3c14a1bcd1a4437132 /pygments/__init__.py
parent3b5d25c8d1b9ff34ac24230f606355c49bf429ab (diff)
downloadpygments-fc35bb55b420b3122fcb29d790347ce9320b2817.tar.gz
Next version will be 2.0.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 057fbe76..a47f686e 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.6'
+__version__ = '2.0pre'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']