Skip to content

Commit

Permalink
bump minimum lark version and bump lark-cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jul 20, 2023
1 parent e69548a commit 8980038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lark_cython/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .lark_cython import plugins, Token

__version__ = "0.0.14"
__version__ = "0.0.15"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def parse_description():

ext_modules = cythonize('lark_cython/*.pyx'), # accepts a glob pattern
requires = ['Cython'],
install_requires = ['lark>=1.1.4', 'cython>=0.29.0', 'Cython>=0.29.0'],
install_requires = ['lark>=1.1.6', 'cython>=0.29.0', 'Cython>=0.29.0'],
setup_requires=['Cython'],

author = "Erez Shinan",
Expand Down

0 comments on commit 8980038

Please sign in to comment.