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 f656189 commit cf2578eCopy full SHA for cf2578e
optillm/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Version information
5
-__version__ = "0.1.19"
+__version__ = "0.1.20"
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.19",
+ version="0.1.20",
packages=find_packages(include=['optillm', 'optillm.*']), # This ensures all subpackages are included
py_modules=['optillm'],
9
package_data={
0 commit comments