Prepare the 0.5.1 release

This commit is contained in:
Dave Halter
2019-07-13 15:39:44 +02:00
parent 0a5b5f3346
commit 399e8e5043
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.5.0'
__version__ = '0.5.1'
def parse(code=None, **kwargs):