We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e02af3 commit c644f83Copy full SHA for c644f83
optillm/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Version information
5
-__version__ = "0.1.18"
+__version__ = "0.1.19"
6
7
# Get the path to the root optillm.py
8
spec = util.spec_from_file_location(
setup.py
@@ -3,7 +3,7 @@
setup(
name="optillm",
- version="0.1.18",
+ version="0.1.19",
packages=find_packages(include=['optillm', 'optillm.*']), # This ensures all subpackages are included
py_modules=['optillm'],
9
package_data={
0 commit comments