From 45972d472243da20a0ad978ffec1341300d2acd0 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Fri, 14 Feb 2025 13:45:09 +0100 Subject: [PATCH] 0.28.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687f6de1..f9c4825a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tomodachi" -version = "0.28.2dev0" +version = "0.28.2" description = "Microservice library on asyncio - HTTP server, websockets, pub/sub messaging for AWS SNS+SQS and RabbitMQ" authors = ["Carl Oscar Aaro "] keywords = ["tomodachi", "microservice", "microservices", "framework", "library", "asyncio", "aws", "sns", "sqs", "amqp", "rabbitmq", "http", "websockets", "easy", "fast", "pubsub", "events", "event based messaging", "messages", "protocol buffers", "protobuf", "async", "message attributes", "filter policy", "distributed architecture", "scalable", "python 3"]