summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2018-11-27 20:11:05 +0000
committerAnteru <bitbucket@ca.sh13.net>2018-11-27 20:11:05 +0000
commit6e9ff69fc49c7c86a57e2a7b7180321e20168f33 (patch)
tree0fa57730ee6dce3bc243d95f313bcda8d1cde902 /setup.py
parentba3201bb2738fc5087caba70683bae30f74a9e82 (diff)
parent10c8bb546f946aea2fd0791e2e55af7945c540f5 (diff)
downloadpygments-git-6e9ff69fc49c7c86a57e2a7b7180321e20168f33.tar.gz
Merged in mppf5/pygments-main (pull request #735)
Updating Chapel highlighter
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',