summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-01-29 11:03:58 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-01-29 11:03:58 +0000
commitbf380caf5787e6d4c0949a4f39b54f02fc8a44ef (patch)
treeca3dddcda314aca2d1f844586eb5c46f8305bd21 /setup.py
parent9db78a3b084ba4a8c14ff04ec85216e45ecdc0a4 (diff)
parentd5cad2f95623372e7cad9ebb581f42b5b9c1906e (diff)
downloadpygments-git-bf380caf5787e6d4c0949a4f39b54f02fc8a44ef.tar.gz
Merged in camilstaps/pygments-main-solarized (pull request #708)
Adds a solarized style Approved-by: Anteru <bitbucket@ca.sh13.net>
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..3f75a20e 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
setup(
name = 'Pygments',
- version = '2.2.0',
+ version = '2.3.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',