We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc247a commit 18e7c47Copy full SHA for 18e7c47
docs/conf.py
@@ -23,7 +23,7 @@
23
author = "The tidalapi Developers"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "0.8.2"
+release = "0.8.3"
27
28
29
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tidalapi"
3
-version = "0.8.2"
+version = "0.8.3"
4
description = "Unofficial API for TIDAL music streaming service."
5
authors = ["Thomas Amland <thomas.amland@googlemail.com>"]
6
maintainers = ["tehkillerbee <tehkillerbee@users.noreply.github.com>"]
tidalapi/__init__.py
@@ -19,4 +19,4 @@
19
User,
20
)
21
22
-__version__ = "0.8.2"
+__version__ = "0.8.3"
0 commit comments