From cb3d186a586f61400ad2f782e0fd5560370f8bdc Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 26 Apr 2026 20:20:28 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20cf-core=20to=20v0.18.0=20?= =?UTF-8?q?=E2=80=94=20adds=20cf=5Finput.gestures=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- circuitforge_core/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circuitforge_core/__init__.py b/circuitforge_core/__init__.py index 45335d8..2ed946a 100644 --- a/circuitforge_core/__init__.py +++ b/circuitforge_core/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.16.1" +__version__ = "0.18.0" try: from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore diff --git a/pyproject.toml b/pyproject.toml index 49a8bca..1343928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [