From 915c467c5b51b5607c31eaa896251f6612590692 Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Mon, 9 Sep 2024 22:03:05 +0300 Subject: [PATCH] chore: bump version --- faststream/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faststream/__about__.py b/faststream/__about__.py index f773a18c49..df40fc6c6a 100644 --- a/faststream/__about__.py +++ b/faststream/__about__.py @@ -1,5 +1,5 @@ """Simple and fast framework to create message brokers based microservices.""" -__version__ = "0.5.22" +__version__ = "0.5.23" SERVICE_NAME = f"faststream-{__version__}"