Skip to content

Commit

Permalink
Add PyPI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nomnoms12 committed May 27, 2020
1 parent 7004801 commit dbfcafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Coverage Status](https://coveralls.io/repos/github/nomnoms12/shikimori_api/badge.svg?branch=master)](https://coveralls.io/github/nomnoms12/shikimori_api?branch=master)
[![License](https://img.shields.io/github/license/nomnoms12/shikimori_api?color=blueviolet)](https://github.com/nomnoms12/shikimori_api/blob/master/LICENSE)
[![Shikimori Status](https://img.shields.io/website?url=https%3A%2F%2Fshikimori.one)](https://shikimori.one)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/shikimori_api)](https://pypi.org/project/shikimori-api)

Unofficial wrapper for the [Shikimori API](https://shikimori.one/api/doc)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='shikimori_api',
version='1.0.0',
version='1.0.1',
author='nomnoms12',
author_email='[email protected]',
description='Wrapper for Shikimori API',
Expand Down
2 changes: 1 addition & 1 deletion shikimori_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = 'Copyright (c) 2020 nomnoms12'
__credits__ = ['nomnoms12']
__license__ = 'MIT'
__version__ = '1.0.0'
__version__ = '1.0.1'
__maintainer__ = 'nomnoms12'
__email__ = '[email protected]'
__status__ = 'Production'

0 comments on commit dbfcafd

Please sign in to comment.