From 478b61b09f15b322568ebdcbbba73f6394eb046e Mon Sep 17 00:00:00 2001 From: Tawakalt Date: Mon, 7 Aug 2023 14:39:12 +0200 Subject: [PATCH] prepared release of version 3.7.0a1 --- 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..d0c1476e5 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.0a1" 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..45324effe 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.0a1"