Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Nov 26, 2019
1 parent ad6acae commit 6f63df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygments/__init__.py
Expand Up @@ -29,7 +29,7 @@

from pygments.util import StringIO, BytesIO

__version__ = '2.4.2'
__version__ = '2.5.0'
__docformat__ = 'restructuredtext'

__all__ = ['lex', 'format', 'highlight']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@

setup(
name = 'Pygments',
version = '2.4.2',
version = '2.5.0',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',
Expand Down

0 comments on commit 6f63df3

Please sign in to comment.