Release of 0.3.3

This commit is contained in:
Dave Halter
2019-02-06 09:54:10 +01:00
parent 58850f8bfa
commit f1ee7614c9
2 changed files with 8 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.3.2'
__version__ = '0.3.3'
def parse(code=None, **kwargs):