Skip to content

Commit 73992a9

Browse files
GeneAIGeneAI
authored andcommitted
release: Bump to v1.8.0b1 with updated author metadata
1 parent d94c021 commit 73992a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

empathy_llm_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .providers import AnthropicProvider, LocalProvider, OpenAIProvider
1616
from .state import CollaborationState, UserPattern
1717

18-
__version__ = "1.8.0b0"
18+
__version__ = "1.8.0b1"
1919

2020
__all__ = [
2121
"EmpathyLLM",

pyproject.toml

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

55
[project]
66
name = "empathy-framework"
7-
version = "1.8.0b0"
7+
version = "1.8.0b1"
88
description = "A five-level maturity model for AI-human collaboration with anticipatory empathy"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)