From b52c578911c1e58603da85156431c5b4c2a043e1 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 24 Apr 2026 17:29:00 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=20to=200.16.0=20?= =?UTF-8?q?=E2=80=94=20cloud=5Fsession=20shared=20module=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- circuitforge_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuitforge_core/__init__.py b/circuitforge_core/__init__.py index 1f847ef..745614a 100644 --- a/circuitforge_core/__init__.py +++ b/circuitforge_core/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.15.0" +__version__ = "0.16.0" try: from circuitforge_core.community import CommunityDB, CommunityPost, SharedStore