Upgrade to 0.8.6

This commit is contained in:
Dave Halter
2026-02-09 16:40:11 +01:00
parent 0e774b0fd3
commit 28005a5cf6

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