Skip to content

Commit

Permalink
Merge pull request #255 from RasaHQ/prepare-release-2.0.0a3
Browse files Browse the repository at this point in the history
Prepared release of version 2.0.0a3
  • Loading branch information
mprazz authored Aug 31, 2020
2 parents 4fb112a + ccf868a commit 945a97b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa_sdk/version.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 945a97b

Please sign in to comment.