Skip to content

Commit f407978

Browse files
authored
Merge pull request #5 from Labelbox/lbx-codecs
[ENG-530] LBX codecs
2 parents 1a53cbd + 3109422 commit f407978

File tree

9 files changed

+283
-41
lines changed

9 files changed

+283
-41
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ recursive-include docs *.rst
1313
recursive-include labelbox *.py
1414
include labelbox/exporters/pascal_voc_writer/templates/annotation.xml
1515
recursive-include tests *.json
16+
recursive-include tests *.lbx
1617
recursive-include tests *.png
1718
recursive-include tests *.py

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ sphinxcontrib-napoleon = "*"
2626
setuptools = ">=40.2.0"
2727
wheel = "*"
2828
sphinx-rtd-theme = "*"
29+
twine = "*"
2930

3031
[requires]
3132
python_version = "3.6"

Pipfile.lock

Lines changed: 88 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"The Labelbox python package."
22

3-
__version__ = '0.0.4'
3+
__version__ = '0.0.5'

0 commit comments

Comments
 (0)