Prepare the next release v0.5.2

This commit is contained in:
Dave Halter
2019-12-15 00:55:19 +01:00
parent ceb1ee81fa
commit 5e12ea5e04
2 changed files with 2 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.5.1'
__version__ = '0.5.2'
def parse(code=None, **kwargs):