From c277898ebc7c4625b08189ff854f0f06427f3927 Mon Sep 17 00:00:00 2001 From: Pastukhov Nikita Date: Fri, 21 Jun 2024 18:09:09 +0300 Subject: [PATCH] chore: bump version (#1547) --- faststream/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faststream/__about__.py b/faststream/__about__.py index bec58210ad..2f9b52fac3 100644 --- a/faststream/__about__.py +++ b/faststream/__about__.py @@ -1,6 +1,6 @@ """Simple and fast framework to create message brokers based microservices.""" -__version__ = "0.5.12" +__version__ = "0.5.13" SERVICE_NAME = f"faststream-{__version__}"