feat(community): wire community module into cf-core exports, bump version to 0.10.0
This commit is contained in:
parent
ffb95a5a30
commit
0598801aaa
2 changed files with 6 additions and 2 deletions
|
|
@ -1 +1,5 @@
|
|||
__version__ = "0.8.0"
|
||||
__version__ = "0.10.0"
|
||||
|
||||
from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore
|
||||
|
||||
__all__ = ["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