From 38c2bd702af7fd61fa6968faea8fc21927c4dedf Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 12 Apr 2026 17:24:31 -0700 Subject: [PATCH] feat(community): wire community module into cf-core exports, bump version to 0.10.0 --- circuitforge_core/__init__.py | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/circuitforge_core/__init__.py b/circuitforge_core/__init__.py index 777f190..9e8a2da 100644 --- a/circuitforge_core/__init__.py +++ b/circuitforge_core/__init__.py @@ -1 +1,3 @@ -__version__ = "0.8.0" +__version__ = "0.10.0" + +from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore diff --git a/pyproject.toml b/pyproject.toml index 677f610..138dee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "circuitforge-core" -version = "0.9.0" +version = "0.10.0" description = "Shared scaffold for CircuitForge products (MIT)" requires-python = ">=3.11" dependencies = [