1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Add project-bound graph visualization

This commit is contained in:
Andraxion 2026-07-24 16:01:03 -04:00
parent 6b5c3a939a
commit 195a57210a
13 changed files with 1298 additions and 22 deletions

View file

@ -4,4 +4,4 @@ from .errors import DocForgeError
from .project import Project
__all__ = ["DocForgeError", "Project"]
__version__ = "0.6.0"
__version__ = "0.7.0"