summaryrefslogtreecommitdiff
path: root/setup.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 /setup.py
parent3b5d25c8d1b9ff34ac24230f606355c49bf429ab (diff)
downloadpygments-fc35bb55b420b3122fcb29d790347ce9320b2817.tar.gz
Next version will be 2.0.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 476a10ec..a0b2e90b 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ else:
setup(
name = 'Pygments',
- version = '1.6',
+ version = '2.0pre',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',