Skip to content

Commit f04da2b

Browse files
committed
update version
1 parent 2a454ff commit f04da2b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ dmypy.json
153153
# Cython debug symbols
154154
cython_debug/
155155

156+
uv.lock
157+
156158
# PyCharm
157159
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
158160
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore

src/arborparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22

33
from arborparser.node import BaseNode, ChainNode, TreeNode
44
from arborparser.pattern import LevelPattern, PatternBuilder

0 commit comments

Comments
 (0)