From 86c0768850c0999f2c73821eb3ffec0d49c08c6d Mon Sep 17 00:00:00 2001 From: dotX12 Date: Fri, 23 Feb 2024 18:45:00 +0300 Subject: [PATCH] update version 0.5.0 --- pyproject.toml | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1417120..b9dbcd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shazamio" -version = "0.0.6" +version = "0.5.0" description = "Is a asynchronous framework from reverse engineered Shazam API written in Python 3.8+ with asyncio and aiohttp." authors = ["dotX12"] license = "MIT License" diff --git a/setup.py b/setup.py index 0ea1461..de75b3d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="shazamio", - version="0.0.5", + version="0.5.0", author="dotX12", description="Is a FREE asynchronous library from reverse engineered Shazam API written in Python 3.6+ with asyncio and aiohttp. Includes all the methods that Shazam has, including searching for a song by file.", long_description=long_description, @@ -17,6 +17,7 @@ "numpy", "aiofiles", "dataclass-factory", + "shazamio_core" ], packages=setuptools.find_packages(), python_requires=">=3.8",