Skip to content

Commit b4b91fd

Browse files
committed
bump reag-py
1 parent b3e1f90 commit b4b91fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "reag"
3-
version = "0.0.2"
3+
version = "0.0.5"
44
description = "ReAG SDK - Reasoning Augmented Generation framework for Python"
55
authors = ["Ismail Pelaseyed <[email protected]>"]
66
readme = "README.md"

typescript/tests/client.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe("typescript client", () => {
3030
},
3131
},
3232
]);
33+
console.log(result);
3334

3435
expect(result).toBeInstanceOf(Array);
3536
expect(result[0]).toHaveProperty("content");

0 commit comments

Comments
 (0)