Skip to content

Commit 8f1727a

Browse files
committed
bumped version to 1.4.2
1 parent 792af89 commit 8f1727a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"google-cloud-aiplatform[pipelines]>=1.27.0,<2.0.0"
1212
]
1313
name = "scikit-llm"
14-
version = "1.4.1"
14+
version = "1.4.2"
1515
authors = [
1616
{ name="Oleh Kostromin", email="[email protected]" },
1717
{ name="Iryna Kondrashchenko", email="[email protected]" },

skllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.4.1'
1+
__version__ = '1.4.2'
22
__author__ = 'Iryna Kondrashchenko, Oleh Kostromin'

0 commit comments

Comments
 (0)