We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94c021 commit 73992a9Copy full SHA for 73992a9
empathy_llm_toolkit/__init__.py
@@ -15,7 +15,7 @@
15
from .providers import AnthropicProvider, LocalProvider, OpenAIProvider
16
from .state import CollaborationState, UserPattern
17
18
-__version__ = "1.8.0b0"
+__version__ = "1.8.0b1"
19
20
__all__ = [
21
"EmpathyLLM",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "empathy-framework"
7
-version = "1.8.0b0"
+version = "1.8.0b1"
8
description = "A five-level maturity model for AI-human collaboration with anticipatory empathy"
9
readme = {file = "README.md", content-type = "text/markdown"}
10
requires-python = ">=3.10"
0 commit comments