Skip to content

Commit 62b816a

Browse files
committed
refactor(dataclass): follow the order of dataclass field on assign
1 parent 371eb74 commit 62b816a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8.12'
1+
__version__ = '0.9.0'
22

33
from .document import Document
44
from .array import DocumentArray

0 commit comments

Comments
 (0)