Skip to content

Commit

Permalink
fix readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed May 25, 2023
1 parent 89a3c6d commit 8836a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <me@mosquito.su>"]
readme = "README.rst"
Expand Down

0 comments on commit 8836a81

Please sign in to comment.