summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2018-11-24 18:04:30 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2018-11-24 18:04:30 +0100
commit4792cccf7886199bd6d49dbe487f213c0f8094ce (patch)
tree573cb88fde88ab2647dd4886f188bce3a6a4f7f9 /setup.py
parenta37f5614f11f3d5af660a024f1749dc7eee7e8ad (diff)
downloadpygments-4792cccf7886199bd6d49dbe487f213c0f8094ce.tar.gz
Update changelog and version number.
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 1705923c..7e6eca8c 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
setup(
name = 'Pygments',
- version = '2.2.0',
+ version = '2.3.0',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',