feat(community): wire community module into cf-core exports, bump version to 0.10.0
This commit is contained in:
parent
a11f3a7abb
commit
38c2bd702a
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1,3 @@
|
|||
__version__ = "0.8.0"
|
||||
__version__ = "0.10.0"
|
||||
|
||||
from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue