Skip to content

Commit 98f318c

Browse files
authored
Merge pull request #52 from scaleapi/da/version_dunder
add version dunder
2 parents a0090e8 + 2d9516a commit 98f318c

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)