Skip to content

Commit ee585bf

Browse files
release: v0.3.0
1 parent c8e8c59 commit ee585bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ingesters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cairo-coder-ingester",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"scripts": {
55
"test": "bun test",
66
"check": "bun tsc --noEmit",

python/pyproject.toml

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

55
[project]
66
name = "cairo-coder"
7-
version = "0.2.2"
7+
version = "0.3.0"
88
description = "Cairo language code generation service using DSPy RAG"
99
authors = [{ name = "Kasar Labs", email = "[email protected]" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)