Skip to content

Commit

Permalink
Use new efficient regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 13, 2024
1 parent efd204d commit 33d6cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hypothesmith/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from hypothesmith.cst import from_node
from hypothesmith.syntactic import from_grammar

__version__ = "0.3.1"
__version__ = "0.3.2"
__all__ = ["from_grammar", "from_node"]

0 comments on commit 33d6cac

Please sign in to comment.