We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6643a15 commit 82dcac1Copy full SHA for 82dcac1
setup.py
@@ -18,7 +18,7 @@ def cythonize(*args, **kwargs):
18
19
setup(
20
name = "lark-cython",
21
- version = "0.0.7",
+ version = __version__,
22
packages=find_packages(),
23
24
ext_modules = cythonize('lark_cython/*.pyx'), # accepts a glob pattern
0 commit comments