Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
Put documentation on readthedocs.io
  • Loading branch information
morguldir committed Sep 17, 2019
1 parent e7fbec7 commit 4d4c678
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
tidalapi
========

.. image:: https://badge.fury.io/py/tidalapi.png
:target: http://badge.fury.io/py/tidalapi
.. image:: https://img.shields.io/pypi/v/tidalapi.svg
:target: https://pypi.org/project/tidalapi

.. image:: https://readthedocs.org/projects/tidalapi/badge/?version=latest
:target: https://tidalapi.readthedocs.io/en/latest/

Unofficial Python API for TIDAL music streaming service.

Expand Down Expand Up @@ -36,4 +38,4 @@ Example usage
Documentation
-------------

Documentation is available at http://pythonhosted.org/tidalapi/
Documentation is available at https://tidalapi.readthedocs.io/en/latest/
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# the built documents.
#
# The short X.Y version.
version = '0.6.0'
version = '0.6.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@

setup(
name='tidalapi',
version='0.6.0',
version='0.6.1',
description='Unofficial API for TIDAL music streaming service.',
long_description=long_description,
author='Thomas Amland, morguldir',
author_email='[email protected], [email protected]',
url='https://github.com/tamland/tidalapi',
author='Thomas Amland',
author_email='[email protected]',
maintainer='morguldir',
maintainer_email='[email protected]',
url='https://github.com/tamland/python-tidal',
license='LGPL',
packages=['tidalapi'],
install_requires=required,
Expand Down

0 comments on commit 4d4c678

Please sign in to comment.