Skip to content

Commit a66486a

Browse files
github-actionsjosselinbuils
github-actions
authored andcommitted
Bump version: 2.166.0 → 2.167.0
1 parent 1e22bdc commit a66486a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "kili"
6-
version = "2.166.0"
6+
version = "2.167.0"
77
description = "Python client for Kili Technology labeling tool"
88
readme = "README.md"
99
authors = [{ name = "Kili Technology", email = "[email protected]" }]

src/kili/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Kili Python SDK."""
22

3-
__version__ = "2.166.0"
3+
__version__ = "2.167.0"

0 commit comments

Comments
 (0)