Skip to content

Commit

Permalink
chore: merge release/2.147.3 into main (#1538)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Jonas Maison <[email protected]>
Co-authored-by: theodu <[email protected]>
Co-authored-by: theodu <[email protected]>
Co-authored-by: Baptiste <[email protected]>
Co-authored-by: Pierre Leveau <[email protected]>
  • Loading branch information
7 people authored Oct 12, 2023
1 parent f8acea3 commit 04277dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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.147.2"
version = "2.147.3"
description = "Python client for Kili Technology labeling tool"
readme = "README.md"
authors = [{ name = "Kili Technology", email = "[email protected]" }]
Expand Down Expand Up @@ -77,8 +77,8 @@ dev = [
# linting
"black",
"pre-commit >= 3.3.0, < 4.0.0",
"pylint ==3.0.1",
"pyright ==1.1.331",
"pylint == 3.0.1",
"pyright == 1.1.331",
# notebooks tests
"nbformat",
"nbconvert",
Expand Down
2 changes: 1 addition & 1 deletion src/kili/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
"""Kili Python SDK."""

__version__ = "2.147.2"
__version__ = "2.147.3"

0 comments on commit 04277dc

Please sign in to comment.