Skip to content

Commit bde8b11

Browse files
jmcentireclaude
andcommitted
Bump version to 0.3.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9f65562 commit bde8b11

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.0"
7+
version = "0.3.1"
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.0"
20+
__version__ = "0.3.1"
2121
__all__ = [
2222
"Apprentice",
2323
"build_from_config",

0 commit comments

Comments
 (0)