summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-02 15:15:28 +0100
committerGeorg Brandl <georg@python.org>2010-01-02 15:15:28 +0100
commitb51a3a8a63d08c37030e84cb9dc7a07349b5c3a6 (patch)
tree89178f91068c6cfec85a6a04d6564a28801128bd /setup.py
parentc234f3d35f24c70516798fb8c39de87ea2981e1e (diff)
downloadpygments-b51a3a8a63d08c37030e84cb9dc7a07349b5c3a6.tar.gz
Prepare for 1.2.1.1.2.1
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 45537a49..1242d3c6 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ except ImportError:
setup(
name = 'Pygments',
- version = '1.2',
+ version = '1.2.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',