feat(community): wire community module into cf-core exports, bump version to 0.10.0

This commit is contained in:
pyr0ball 2026-04-12 22:08:36 -07:00
parent ffb95a5a30
commit 0598801aaa
2 changed files with 6 additions and 2 deletions

View file

@ -1 +1,5 @@
__version__ = "0.8.0" __version__ = "0.10.0"
from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore
__all__ = ["CommunityDB", "CommunityPost", "SharedStore"]

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "circuitforge-core" name = "circuitforge-core"
version = "0.9.0" version = "0.10.0"
description = "Shared scaffold for CircuitForge products (MIT)" description = "Shared scaffold for CircuitForge products (MIT)"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [