summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2018-12-16 17:25:26 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2018-12-16 17:25:26 +0100
commit1544e43a11740407d6edd5166c6205b0916ea32d (patch)
treeac98be35f6c62e39f68e568ca6fa7dd61adbfcf1 /setup.py
parentd041d381f04383e3cf7354b04fc3abeff5ae5923 (diff)
downloadpygments-git-1544e43a11740407d6edd5166c6205b0916ea32d.tar.gz
Prepare 2.3.1 release.
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 7e6eca8c..3f75a20e 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
setup(
name = 'Pygments',
- version = '2.3.0',
+ version = '2.3.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',