Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 24, 2024
1 parent 75bbf83 commit a28b5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/deezer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
User,
)

__version__ = "0.2.0"
__version__ = "0.3.0"
__all__ = [
"Album",
"Artist",
Expand Down

0 comments on commit a28b5b5

Please sign in to comment.