From 3e21e3854c167853680118ca7fc838c38b46258d Mon Sep 17 00:00:00 2001 From: rasabot Date: Wed, 11 Dec 2024 15:20:18 +0000 Subject: [PATCH] prepared release of version 3.11.1.dev2 --- pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39f3473b..7c72f812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rasa-sdk" -version = "3.11.1.dev1" +version = "3.11.1.dev2" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" authors = [ "Rasa Technologies GmbH ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa_sdk/version.py b/rasa_sdk/version.py index 3b886bbb..ebedbf75 100644 --- a/rasa_sdk/version.py +++ b/rasa_sdk/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "3.11.1.dev1" +__version__ = "3.11.1.dev2"