From b023e75d437566ead770ce052f150984d6ca1bd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Nov 2024 12:18:39 +0000 Subject: [PATCH] Bump version to 0.1.2440 --- llm_dialog_manager/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llm_dialog_manager/__init__.py b/llm_dialog_manager/__init__.py index badbfbd..cf26211 100644 --- a/llm_dialog_manager/__init__.py +++ b/llm_dialog_manager/__init__.py @@ -1,4 +1,4 @@ from .chat_history import ChatHistory from .agent import Agent -__version__ = "0.1.2439" \ No newline at end of file +__version__ = "0.1.2440" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d9dcb0f..3e47315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llm_dialog_manager" -version = "0.1.2439" +version = "0.1.2440" description = "A Python package for managing LLM chat conversation history" readme = "README.md" authors = [{ name = "xihajun", email = "work@2333.fun" }]