Skip to content

Commit

Permalink
update version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotX12 committed Feb 23, 2024
1 parent c72e814 commit 86c0768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -17,6 +17,7 @@
"numpy",
"aiofiles",
"dataclass-factory",
"shazamio_core"
],
packages=setuptools.find_packages(),
python_requires=">=3.8",
Expand Down

0 comments on commit 86c0768

Please sign in to comment.