From d79be0095f5a476b0b9e00de38814084d3bb2832 Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Mon, 8 Apr 2024 21:50:54 +0200 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- tidalapi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f4cb46..718d422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidalapi" -version = "0.7.5" +version = "0.7.6" description = "Unofficial API for TIDAL music streaming service." authors = ["Thomas Amland "] maintainers = ["tehkillerbee "] diff --git a/tidalapi/__init__.py b/tidalapi/__init__.py index cf50f98..41b0067 100644 --- a/tidalapi/__init__.py +++ b/tidalapi/__init__.py @@ -19,4 +19,4 @@ User, ) -__version__ = "0.7.5" +__version__ = "0.7.6"