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 a50ba81 commit a636e92Copy full SHA for a636e92
ingesters/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cairo-coder-ingester",
3
- "version": "0.3.0",
+ "version": "0.3.1",
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.3.0"
+version = "0.3.1"
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