Skip to content

Commit ddce181

Browse files
Merge pull request #1916 from kili-technology/merge_release/2.173.1
chore: merge release/2.173.1 into main
2 parents 4d6c363 + f23481e commit ddce181

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "kili"
6-
version = "2.173.0"
6+
version = "2.173.1"
77
description = "Python client for Kili Technology labeling tool"
88
readme = "README.md"
99
authors = [{ name = "Kili Technology", email = "contact@kili-technology.com" }]
@@ -52,7 +52,7 @@ dependencies = [
5252
"shapely >= 1.8, < 3",
5353
"pyproj >= 2.6.1, < 3; python_version < '3.9'",
5454
"pyproj == 3.6.1; python_version >= '3.9'",
55-
"kili-formats < 1"
55+
"kili-formats == 0.1.8"
5656
]
5757
urls = { homepage = "https://github.com/kili-technology/kili-python-sdk" }
5858

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__ = "2.173.0"
3+
__version__ = "2.173.1"

0 commit comments

Comments
 (0)