Prepare the 0.8.0 release

This commit is contained in:
Dave Halter
2020-08-05 00:51:16 +02:00
parent 1714c1d0de
commit 6ae0efa415
2 changed files with 6 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ from parso.grammar import Grammar, load_grammar
from parso.utils import split_lines, python_bytes_to_unicode
__version__ = '0.7.1'
__version__ = '0.8.0'
def parse(code=None, **kwargs):