Advance to version 0.1.0
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
||||||
|
Version 0.1.0
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released 2026/3/5
|
||||||
|
|
||||||
|
Initial release.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from spqrtree._triconnected import (
|
|||||||
find_triconnected_components,
|
find_triconnected_components,
|
||||||
)
|
)
|
||||||
|
|
||||||
VERSION: str = "0.0.0"
|
VERSION: str = "0.1.0"
|
||||||
"""The package version."""
|
"""The package version."""
|
||||||
__all__: list[str] = [
|
__all__: list[str] = [
|
||||||
"SPQRTree", "SPQRNode", "NodeType",
|
"SPQRTree", "SPQRNode", "NodeType",
|
||||||
|
|||||||
Reference in New Issue
Block a user