From c45bec1bff3d66df08464c619e331658313bf03c Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Tue, 11 Jun 2024 10:26:30 +0530 Subject: [PATCH] Bump version --- faststream/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faststream/__about__.py b/faststream/__about__.py index 6e014d02ac..bec58210ad 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.11" +__version__ = "0.5.12" SERVICE_NAME = f"faststream-{__version__}"