Advance to version 0.1.0

This commit is contained in:
2026-03-05 09:34:05 +08:00
parent 23282de176
commit f067e927a2
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
Change Log Change Log
========== ==========
Version 0.1.0
-------------
Released 2026/3/5
Initial release.

View File

@@ -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",