From 3269e90fe8e8ed464ca23c407db66de18a54b722 Mon Sep 17 00:00:00 2001 From: Varun Shankar S Date: Tue, 17 Oct 2023 17:02:19 +0200 Subject: [PATCH] prepared release of version 3.8.0a12 --- pyproject.toml | 2 +- rasa/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe2feb58044c..18211d12110f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))" [tool.poetry] name = "rasa" -version = "3.8.0a11" +version = "3.8.0a12" 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/version.py b/rasa/version.py index d15a4a5d8a6b..0a2e252183fd 100644 --- a/rasa/version.py +++ b/rasa/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "3.8.0a11" +__version__ = "3.8.0a12"