Skip to content

Commit

Permalink
chore: bump version to 2.153.2 (#1678)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Apr 2, 2024
1 parent ee19a08 commit e720d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "kili"
version = "2.153.1"
version = "2.153.2"
description = "Python client for Kili Technology labeling tool"
readme = "README.md"
authors = [{ name = "Kili Technology", email = "contact@kili-technology.com" }]
Expand Down
2 changes: 1 addition & 1 deletion src/kili/__init__.py
@@ -1,3 +1,3 @@
"""Kili Python SDK."""

__version__ = "2.153.1"
__version__ = "2.153.2"

0 comments on commit e720d7e

Please sign in to comment.