Bump the Python version.

This commit is contained in:
Dave Halter
2017-09-04 22:54:48 +02:00
parent 7df254440e
commit e0f74dd8ad

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