Skip to content

Commit

Permalink
v0.7.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
morguldir committed Jun 30, 2022
1 parent 39c5bff commit 98b8488
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Unofficial Python API for TIDAL music streaming service.
0.7.0 Rewrite
-------------

This is an experimental branch for the 0.7.0 rewrite. It is mostly finished, but it is missing somme documentation
and a new explore endpoint containing moods, featured items, suggestions and so on.
This is the development branch for the 0.7.0 rewrite. See https://github.com/tamland/python-tidal/issues/109 for more details

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Thomas Amland, morguldir'

# The full version, including alpha/beta/rc tags
release = '0.7.0'
release = '0.7.0rc1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='tidalapi',
version='0.7.0',
version='0.7.0rc1',
description='Unofficial API for TIDAL music streaming service.',
long_description=long_description,
author='Thomas Amland',
Expand All @@ -40,9 +40,9 @@
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)
2 changes: 1 addition & 1 deletion tidalapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

from .request import Requests

__version__ = "0.7.0"
__version__ = "0.7.0rc1"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,py37,py38,py39
envlist = py27,py37,py38,py39,py310
#pypy,pypy3 pypy currently doesn't work with opencv

[testenv]
Expand Down

0 comments on commit 98b8488

Please sign in to comment.