Skip to content

Commit

Permalink
Bump release patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrodsky committed Sep 10, 2024
1 parent 90fb22a commit 6b87083
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = 'Python SDK reference'
copyright = '2024, Labelbox'
author = 'Labelbox'
release = '3.78.0'
release = '3.78.1'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 4 additions & 0 deletions libs/labelbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
# Version 3.78.1 (2024-09-10)
## Fixed
* Labeling dashboard query for tags

# Version 3.78.0 (2024-09-03)
## Added
* Project get_labeling_service_dashboard() aka project detail (Miltiple PRs)
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "labelbox"
version = "3.78.0"
version = "3.78.1"
description = "Labelbox Python API"
authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/src/labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "labelbox"

__version__ = "3.78.0"
__version__ = "3.78.1"

from labelbox.client import Client
from labelbox.schema.project import Project
Expand Down

0 comments on commit 6b87083

Please sign in to comment.