Skip to content

Commit e33f72e

Browse files
authored
Merge pull request #190 from codelion/codelion-patch-1
Update setup.py
2 parents 202f0c4 + 4168f4f commit e33f72e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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+
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="optillm",
6-
version="0.1.1",
6+
version="0.1.14",
77
packages=find_packages(include=['optillm', 'optillm.*']), # This ensures all subpackages are included
88
py_modules=['optillm'],
99
package_data={

0 commit comments

Comments
 (0)