chore: bump cf-core to v0.18.0 — adds cf_input.gestures module
This commit is contained in:
parent
a62bff5f1e
commit
cb3d186a58
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.16.1"
|
||||
__version__ = "0.18.0"
|
||||
|
||||
try:
|
||||
from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "circuitforge-core"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
description = "Shared scaffold for CircuitForge products (MIT)"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue