Skip to content

Commit 1d5b4ac

Browse files
committed
chore: bump WASM 0.1.6 and PyPI 0.1.1 for npm/PyPI publish
1 parent f33c2c1 commit 1d5b4ac

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

npm/wasm/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentic-codebase-wasm"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
license = "MIT"
66
description = "WASM bindings for agentic-codebase query engine — loads pre-compiled .acb graphs"

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agentic-codebase"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Semantic code compiler for AI agents"
99
readme = "README.md"
1010
license = {text = "MIT"}
11-
authors = [{name = "Omoshola Owolabi"}]
11+
authors = [{name = "Agentra Labs"}]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)