Skip to content

Commit 7be920a

Browse files
committed
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.
1 parent c026bba commit 7be920a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ poetry add "synapsekit[ollama,faiss,semantic]"
122122

123123
```python
124124
import synapsekit
125-
print(synapsekit.__version__) # 0.6.6
125+
print(synapsekit.__version__) # 1.1.0
126126
```

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Output parsers (JSON, Pydantic, List), prompt templates (standard, chat, few-sho
9494

9595
## Version
9696

97-
Current version: **0.6.6** — see the [Changelog](/docs/changelog) and [Roadmap](/docs/roadmap).
97+
Current version: **1.1.0** — see the [Changelog](/docs/changelog) and [Roadmap](/docs/roadmap).

0 commit comments

Comments
 (0)