We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d168e commit ec0cd81Copy full SHA for ec0cd81
ingesters/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cairo-coder-ingester",
3
- "version": "0.2.2",
+ "version": "0.3.0",
4
"scripts": {
5
"test": "bun test",
6
"check": "bun tsc --noEmit",
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
[project]
name = "cairo-coder"
7
-version = "0.2.2"
+version = "0.3.0"
8
description = "Cairo language code generation service using DSPy RAG"
9
authors = [{ name = "Kasar Labs", email = "[email protected]" }]
10
readme = "README.md"
0 commit comments