summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-03 18:05:23 +0100
committerGeorg Brandl <georg@python.org>2011-01-03 18:05:23 +0100
commit55c563b65cd7e8ef60900028e118c868edea7c71 (patch)
treeab14f392e4fae4a9cb412e4870726060896dc56e /setup.py
parent22b38a755e8aec0fa0949ff52fc8140c6225ad22 (diff)
downloadpygments-git-1.4.tar.gz
Update version to 1.4, add release date.1.4
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 52bec9d9..2b9380b1 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ else:
setup(
name = 'Pygments',
- version = '1.3.1',
+ version = '1.4',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',