Prepare the 0.6.2 release

This commit is contained in:
Dave Halter
2020-02-27 02:09:39 +01:00
parent 53da7e8e6b
commit 7ba49a9695
2 changed files with 7 additions and 1 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.6.1'
__version__ = '0.6.2'
def parse(code=None, **kwargs):