From ad510490db17d4e326e29dec5324103b117b49e1 Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Mon, 25 Sep 2023 14:18:35 +0200 Subject: [PATCH] prepared release of version 3.8.0a8.dev2 --- pyproject.toml | 2 +- rasa/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 60dc5baf42bd..85f9971b7b2a 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.0a8.dev1" +version = "3.8.0a8.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/version.py b/rasa/version.py index 8c87eaf0aeb7..aa57719134d6 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.0a8.dev1" +__version__ = "3.8.0a8.dev2"