Skip to content

Commit c644f83

Browse files
committed
Bump version to 0.1.19
Update __version__ in optillm/__init__.py and version in setup.py to 0.1.19 for a new release.
1 parent 7e02af3 commit c644f83

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.18"
5+
__version__ = "0.1.19"
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.18",
6+
version="0.1.19",
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)