feat(community): wire community module into cf-core exports, bump version to 0.10.0
Some checks failed
Mirror / mirror (push) Has been cancelled
Release — PyPI / release (push) Has been cancelled

This commit is contained in:
pyr0ball 2026-04-12 17:24:31 -07:00
parent a11f3a7abb
commit 38c2bd702a
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,3 @@
__version__ = "0.8.0" __version__ = "0.10.0"
from circuitforge_core.community import 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 = [