chore: bump cf-core to v0.18.0 — adds cf_input.gestures module
Some checks failed
Mirror / mirror (push) Has been cancelled
Release — PyPI / release (push) Has been cancelled

This commit is contained in:
pyr0ball 2026-04-26 20:20:28 -07:00
parent a62bff5f1e
commit cb3d186a58
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
__version__ = "0.16.1" __version__ = "0.18.0"
try: try:
from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore 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.17.0" version = "0.18.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 = [