Skip to content

Commit acdf9e1

Browse files
author
Matt Sokoloff
committed
update version
1 parent 5dbabf0 commit acdf9e1

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 3.0b0
3+
# Version 3.0.0-rc0
44
## Added
55
* Annotation types
66
- A set of python objects for working with labelbox data

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.0b0"
2+
__version__ = "3.0.0-rc0"
33

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

0 commit comments

Comments
 (0)