Skip to content

Commit c6aaf9c

Browse files
committed
add version dunder
1 parent 7c79470 commit c6aaf9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nucleus/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
geometry | dict | Representation of the bounding box in the Box2DGeometry format.\n
5151
metadata | dict | An arbitrary metadata blob for the annotation.\n
5252
"""
53+
__version__="0.1.0"
5354

5455
import json
5556
import logging

0 commit comments

Comments
 (0)