Skip to content

Commit 6cc483b

Browse files
committed
Bump version to 0.3.2
1 parent 6dc0b91 commit 6cc483b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "apprentice-ai"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Adaptive model distillation framework — progressively replace expensive API calls with fine-tuned local models through coaching, evaluation, and phased rollout"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/apprentice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from apprentice.factory import build_from_config
1919

20-
__version__ = "0.3.1"
20+
__version__ = "0.3.2"
2121
__all__ = [
2222
"Apprentice",
2323
"build_from_config",

0 commit comments

Comments
 (0)