Skip to content

Commit de5a6da

Browse files
committed
chore: fix missing 0.1.7 version bumps
1 parent 6b51fa7 commit de5a6da

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ python benchmark/run_benchmark.py \
388388
---
389389

390390
## License & Status
391-
CortexaDB is currently in **Beta (v0.1.6)**. It is released under the **MIT** and **Apache-2.0** licenses.
391+
CortexaDB is currently in **Beta (v0.1.7)**. It is released under the **MIT** and **Apache-2.0** licenses.
392392
We are actively refining the API and welcome feedback!
393393

394394
---

crates/cortexadb-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "cortexadb"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
requires-python = ">=3.9"
99
description = "Fast, embedded vector + graph memory for AI agents"
1010
authors = [

0 commit comments

Comments
 (0)