Skip to content

Commit 20f9ef3

Browse files
Merge pull request #1971 from kili-technology/workflow/create-bump-commit-release-branch-25.2.4-18376750701
chore: bump version to 25.2.4
2 parents 071e45d + 1b978c8 commit 20f9ef3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "kili"
6-
version = "25.2.3"
6+
version = "25.2.4"
77
description = "Python client for Kili Technology labeling tool"
88
readme = "README.md"
99
authors = [{ name = "Kili Technology", email = "contact@kili-technology.com" }]

src/kili/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Kili Python SDK."""
22

3-
__version__ = "25.2.3"
3+
__version__ = "25.2.4"

0 commit comments

Comments
 (0)