Skip to content

Commit 73fd5f7

Browse files
author
Gareth
authored
Merge pull request #221 from Labelbox/ms/update-release-version
update version
2 parents 5dbabf0 + acdf9e1 commit 73fd5f7

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)