diff --git a/docs/conf.py b/docs/conf.py index e3c3907..a7e8e7e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "The tidalapi Developers" # The full version, including alpha/beta/rc tags -release = "0.8.2" +release = "0.8.3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index ecbcf1f..6def40e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidalapi" -version = "0.8.2" +version = "0.8.3" description = "Unofficial API for TIDAL music streaming service." authors = ["Thomas Amland "] maintainers = ["tehkillerbee "] diff --git a/tidalapi/__init__.py b/tidalapi/__init__.py index 93f2190..c1096dc 100644 --- a/tidalapi/__init__.py +++ b/tidalapi/__init__.py @@ -19,4 +19,4 @@ User, ) -__version__ = "0.8.2" +__version__ = "0.8.3"