From 05b7cfd9efa88b2a0284816e4f351b454fe2c162 Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Sun, 19 Feb 2023 00:12:41 +0300 Subject: [PATCH] Fix readme badge and bump to 9.0.4 --- README.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 73b68ea6..8ef3ed2f 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,8 @@ aio-pika :target: https://coveralls.io/github/mosquito/aio-pika :alt: Coveralls -.. image:: https://github.com/mosquito/aio-pika/workflows/tox/badge.svg - :target: https://github.com/mosquito/aio-pika/actions?query=workflow%3Atox +.. image:: https://github.com/mosquito/aio-pika/workflows/tests/badge.svg + :target: https://github.com/mosquito/aio-pika/actions?query=workflow%3Atests :alt: Github Actions .. image:: https://img.shields.io/pypi/v/aio-pika.svg diff --git a/pyproject.toml b/pyproject.toml index fa72098b..c01ba0a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-pika" -version = "9.0.3" +version = "9.0.4" description = "Wrapper around the aiormq for asyncio and humans" authors = ["Dmitry Orlov "] readme = "README.rst"