From a28b5b5f46990605c2a6896b55287dd927ac6689 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Mar 2024 15:01:18 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- pyproject.toml | 2 +- src/deezer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8511b2ad2..d7230c33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deezer-python-async" -version = "0.2.0" +version = "0.3.0" description = "A friendly wrapper library for the Deezer API but async" authors = ["Music assistant team "] license = "MIT" diff --git a/src/deezer/__init__.py b/src/deezer/__init__.py index 505c18c18..76caf27a6 100644 --- a/src/deezer/__init__.py +++ b/src/deezer/__init__.py @@ -15,7 +15,7 @@ User, ) -__version__ = "0.2.0" +__version__ = "0.3.0" __all__ = [ "Album", "Artist",