diff --git a/README.rst b/README.rst index 1d90b5f..9391b7c 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ argclass .. image:: https://coveralls.io/repos/github/mosquito/argclass/badge.svg?branch=master :target: https://coveralls.io/github/mosquito/argclass?branch=master -.. image:: https://github.com/mosquito/argclass/workflows/tox/badge.svg - :target: https://github.com/mosquito/argclass/actions?query=workflow%3Atox +.. image:: https://github.com/mosquito/argclass/workflows/tests/badge.svg + :target: https://github.com/mosquito/argclass/actions?query=workflow%3Atests :alt: Actions .. image:: https://img.shields.io/pypi/v/argclass.svg diff --git a/pyproject.toml b/pyproject.toml index a77903f..5282b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "argclass" -version = "0.10.0" +version = "0.10.1" description = "A wrapper around the standard argparse module that allows you to describe argument parsers declaratively" authors = ["Dmitry Orlov "] readme = "README.rst"