summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-10 22:04:56 +0100
committerGeorg Brandl <georg@python.org>2012-03-10 22:04:56 +0100
commit85fc9c058f9b4db6211b6c69f33814ac8531890e (patch)
treed8ff4f8a223ffb9e842ef5fb3b21278429f84247 /setup.py
parent8c9e2afa0f48897cb494c9ea901dd3b05af3fe7b (diff)
downloadpygments-85fc9c058f9b4db6211b6c69f33814ac8531890e.tar.gz
Bump version to 1.5.
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 3297e471..caee9a80 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ else:
setup(
name = 'Pygments',
- version = '1.4',
+ version = '1.5',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',