Skip to content

Commit 2612029

Browse files
committed
Fix __init__; update date
1 parent 1e565f1 commit 2612029

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hdlib/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@
1313
__author__ = ("Fabio Cumbo (fabio.cumbo@gmail.com)")
1414

1515
__version__ = "2.0.0"
16-
__date__ = "Aug 24, 2025"
17-
18-
from .space import Space
19-
from .vector import Vector
16+
__date__ = "Sep 23, 2025"

0 commit comments

Comments
 (0)