From 497679fceba40a655df60dba60741754ca49477a Mon Sep 17 00:00:00 2001 From: Tawakalt Date: Mon, 7 Aug 2023 13:54:13 +0200 Subject: [PATCH] prepared release of version 3.7.0b2 --- pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcb7ea114..9b91c36a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist))" [tool.poetry] name = "rasa-sdk" -version = "3.6.1" +version = "3.7.0b2" 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 a5c6adb19..97939ca7b 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.6.1" +__version__ = "3.7.0b2"