Skip to content

Commit e83febb

Browse files
author
Matt Sokoloff
committed
bump version
1 parent e445f6a commit e83febb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 2.5.0 (2021-03-15)
3+
## Version 2.5.1 (2021-03-15)
44
### Fix
55
* `Dataset.data_row_for_external_id` No longer throws `ResourceNotFoundError` when there are duplicates
66
* Improved doc strings

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "2.5.0"
2+
__version__ = "2.5.1"
33

44
from labelbox.client import Client
55
from labelbox.schema.bulk_import_request import BulkImportRequest

0 commit comments

Comments
 (0)