Skip to content

Commit b4adf51

Browse files
committed
update from wrong version number
1 parent 527dc65 commit b4adf51

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,5 +1,5 @@
11
# Changelog
2-
# Version 3.12.1 (2022-02-07)
2+
# Version 3.13.0 (2022-02-07)
33
## Added
44
* Added `from_shapely` method to create annotation types from Shapely objects
55
* Added `start` and `end` filter on the following methods

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__ = "3.12.1"
2+
__version__ = "3.13.0"
33

44
from labelbox.schema.project import Project
55
from labelbox.client import Client

0 commit comments

Comments
 (0)