Skip to content

Commit

Permalink
prepared release of version 3.9.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed Jun 19, 2024
1 parent 3794117 commit 50e03d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .mypy_cache | .pytest_cache | build | dist ))"

[tool.poetry]
name = "rasa-sdk"
version = "3.9.0.dev2"
version = "3.9.0rc1"
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 Expand Up @@ -73,7 +73,7 @@ exclude = "rasa_sdk/grpc_py"
ignore = [ "D100", "D104", "D105", "RUF005",]
line-length = 88
select = [ "D", "E", "F", "W", "RUF",]
exclude = [ "rasa_sdk/grpc_py" ]
exclude = [ "rasa_sdk/grpc_py",]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
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__ = "3.9.0.dev2"
__version__ = "3.9.0rc1"

0 comments on commit 50e03d6

Please sign in to comment.