Skip to content

Commit 4168f4f

Browse files
authored
Update __init__.py
1 parent f57b597 commit 4168f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optillm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44
# Version information
5-
__version__ = "0.1.13"
5+
__version__ = "0.1.14"
66

77
# Get the path to the root optillm.py
88
spec = util.spec_from_file_location(
@@ -52,4 +52,4 @@
5252
'execute_combined_approaches',
5353
'execute_parallel_approaches',
5454
'generate_streaming_response',
55-
]
55+
]

0 commit comments

Comments
 (0)