Skip to content

Commit a4c903a

Browse files
committed
bump version for release
1 parent 232f8eb commit a4c903a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

optillm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44
# Version information
5-
__version__ = "0.1.8"
5+
__version__ = "0.1.9"
66

77
# Get the path to the root optillm.py
88
spec = util.spec_from_file_location(

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.8",
6+
version="0.1.9",
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)