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
commit5721e861a55a3aa3cb3d740e20ffa2e36846a890 (patch)
tree5935b31d3112e5bd7870888816d87d3c4193395a /setup.py
parentfe1d62eccc838c019befa2c92a0cd24f0b0f0af0 (diff)
downloadpygments-git-5721e861a55a3aa3cb3d740e20ffa2e36846a890.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',