summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-05-08 19:27:47 +0200
committerMatth?us G. Chajdas <dev@anteru.net>2019-05-08 19:27:47 +0200
commitd760bd375dfd775ab067cead3c4a83bb865a7bb1 (patch)
treee4e98b4c530e06b66f88738db4bc28a20194b7ad /setup.py
parent6047bc5d680a8916a064cdab5e1bba552305fb0e (diff)
downloadpygments-d760bd375dfd775ab067cead3c4a83bb865a7bb1.tar.gz
Bump version to 2.4.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 52889227..bd54b0f3 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
setup(
name = 'Pygments',
- version = '2.3.1',
+ version = '2.4.0',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',