Skip to content

Commit

Permalink
chore: bump version to 2.160.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-olivier committed Aug 30, 2024
1 parent a4d6ebb commit 0e3e2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "kili"
version = "2.158.4"
version = "2.160.0"
description = "Python client for Kili Technology labeling tool"
readme = "README.md"
authors = [{ name = "Kili Technology", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion src/kili/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kili Python SDK."""

__version__ = "2.158.4"
__version__ = "2.160.0"

0 comments on commit 0e3e2bc

Please sign in to comment.