diff --git a/optillm/__init__.py b/optillm/__init__.py index f16b2ace..c23fcbb8 100644 --- a/optillm/__init__.py +++ b/optillm/__init__.py @@ -2,7 +2,7 @@ import os # Version information -__version__ = "0.1.13" +__version__ = "0.1.14" # Get the path to the root optillm.py spec = util.spec_from_file_location( @@ -52,4 +52,4 @@ 'execute_combined_approaches', 'execute_parallel_approaches', 'generate_streaming_response', -] \ No newline at end of file +] diff --git a/setup.py b/setup.py index c3b9d0c3..d603fa1a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="optillm", - version="0.1.1", + version="0.1.14", packages=find_packages(include=['optillm', 'optillm.*']), # This ensures all subpackages are included py_modules=['optillm'], package_data={