We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a454ff commit f04da2bCopy full SHA for f04da2b
2 files changed
.gitignore
@@ -153,6 +153,8 @@ dmypy.json
153
# Cython debug symbols
154
cython_debug/
155
156
+uv.lock
157
+
158
# PyCharm
159
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
160
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
src/arborparser/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.3"
+__version__ = "0.1.4"
2
3
from arborparser.node import BaseNode, ChainNode, TreeNode
4
from arborparser.pattern import LevelPattern, PatternBuilder
0 commit comments