From ccf868aeff1974c7c8c0fbe4585b513ed786af7b Mon Sep 17 00:00:00 2001 From: Mariana Prazeres Date: Mon, 31 Aug 2020 16:12:22 +0200 Subject: [PATCH] prepared release of version 2.0.0a3 --- pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d78a4c5b6..083837f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "rasa-sdk" -version = "2.0.0a2" +version = "2.0.0a3" 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 62a2a2220..1fa0e413b 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__ = "2.0.0a2" +__version__ = "2.0.0a3"