From 7be920a0c7e429e83faa9f07cd39a4a668d3dec3 Mon Sep 17 00:00:00 2001 From: gaafa <34062684+AmitoVrito@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:15:49 +0100 Subject: [PATCH] fix: update version references from 0.6.6 to 1.1.0 Update intro.md and installation.md to show current version 1.1.0. --- docs/getting-started/installation.md | 2 +- docs/intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 0fa8d67..5784948 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -122,5 +122,5 @@ poetry add "synapsekit[ollama,faiss,semantic]" ```python import synapsekit -print(synapsekit.__version__) # 0.6.6 +print(synapsekit.__version__) # 1.1.0 ``` diff --git a/docs/intro.md b/docs/intro.md index 61aa52d..8a78464 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -94,4 +94,4 @@ Output parsers (JSON, Pydantic, List), prompt templates (standard, chat, few-sho ## Version -Current version: **0.6.6** — see the [Changelog](/docs/changelog) and [Roadmap](/docs/roadmap). +Current version: **1.1.0** — see the [Changelog](/docs/changelog) and [Roadmap](/docs/roadmap).