diff options
| author | Georg Brandl <georg@python.org> | 2014-11-10 16:49:06 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-11-10 16:49:06 +0100 |
| commit | 2940180dc984b5fabb008a6f1a37ae0bc1d48a5b (patch) | |
| tree | e199e00209fcb9e4e6d3dc2e832d2b514d95f42b | |
| parent | bcc5c94b2e8242e2b007f4226cbcd34039a401cd (diff) | |
| download | pygments-git-2.0.1.tar.gz | |
Bump to 2.0.1.2.0.1
| -rw-r--r-- | pygments/__init__.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index ef297f2b..872ad976 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '2.0' +__version__ = '2.0.1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] @@ -54,7 +54,7 @@ else: setup( name = 'Pygments', - version = '2.0', + version = '2.0.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |
