Skip to content

Commit 89aee7f

Browse files
expose version in init
1 parent 50698fe commit 89aee7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DocToolsLLM/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"utils",
1717
]
1818

19+
__VERSION__ = DocToolsLLM.VERSION
20+
1921

2022
def fire_wrapper(
2123
*args,

0 commit comments

Comments
 (0)