Skip to content

Commit c5a4434

Browse files
authored
v0.0.3 (#56)
1 parent b6994da commit c5a4434

File tree

4 files changed

+690
-687
lines changed

4 files changed

+690
-687
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
88

99
## Unreleased
1010

11+
- ...
12+
13+
## [0.0.3] - 2025-07-10
14+
1115
### Changed
1216

1317
- Rename `llm_agents_from_scratch.core` to `llm_agents_from_scratch.agent` (#55)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev = [
2121

2222
[project]
2323
name = "llm-agents-from-scratch"
24-
version = "0.0.2"
24+
version = "0.0.3"
2525
description = "Build an LLM agent, equipped with MCP, from scratch."
2626
license = "Apache-2.0"
2727
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.2"
1+
VERSION = "0.0.3"

0 commit comments

Comments
 (0)