Skip to content

Commit 69fb791

Browse files
Merge pull request #30 from LLMSQL/29-relax-deps
29 relax deps
2 parents ce55a8d + 6e101f7 commit 69fb791

File tree

3 files changed

+487
-457
lines changed

3 files changed

+487
-457
lines changed

llmsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
LLMSQL — A Text2SQL benchmark for evaluation of Large Language Models
33
"""
44

5-
__version__ = "0.1.5"
5+
__version__ = "0.1.6"
66

77

88
def __getattr__(name: str): # type: ignore

0 commit comments

Comments
 (0)