Skip to content

Commit

Permalink
Add more badges (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfjes authored Jan 8, 2020
1 parent e5d67d7 commit 6ee34f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
:target: https://dev.azure.com/pellekoster/gimme-that/_build?definitionId=2&branchFilter=2
:alt: Azure Pipelines

.. image:: https://badge.fury.io/py/gimme-that.svg
:target: https://pypi.org/project/gimme-that
:alt: PyPI - Package version

.. image:: https://img.shields.io/pypi/pyversions/gimme-that
:target: https://pypi.org/project/gimme-that
:alt: PyPI - Python Version

.. image:: https://codecov.io/gh/elfjes/gimme-that/branch/master/graph/badge.svg
:target: https://codecov.io/gh/elfjes/gimme-that

Expand Down
2 changes: 1 addition & 1 deletion src/gimme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .repository import LayeredRepository, SimpleRepository
from .resolvers import AttributeResolver, TypeHintingResolver

__version__ = "0.1.2"
__version__ = "0.1.3"

__all__ = [
"add",
Expand Down

0 comments on commit 6ee34f6

Please sign in to comment.