Skip to content

Commit 7cc90d9

Browse files
Merge pull request #1935 from kili-technology/workflow/create-bump-commit-release-branch-2.176.0-16199147000
chore: bump version to 2.176.0
2 parents e669d66 + e82bf24 commit 7cc90d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "2.175.0"
6+
version = "2.176.0"
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__ = "2.175.0"
3+
__version__ = "2.176.0"

0 commit comments

Comments
 (0)