Bump the version number to the next release: 0.5.0

This commit is contained in:
Dave Halter
2019-06-13 17:26:08 +02:00
parent c3c16169b5
commit 1ca5ae4008

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.4.1'
__version__ = '0.5.0'
def parse(code=None, **kwargs):