Skip to content

Commit

Permalink
build: bump version to v0.9.0 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 authored Sep 27, 2023
1 parent 856d629 commit 16f3013
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 = "audible"
version = "0.8.2"
version = "0.9.0"
description = "A(Sync) Interface for internal Audible API written in pure Python."
authors = ["mkb79 <mkb79@hackitall.de>"]
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/audible/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.2"
__version__ = "0.9.0"

from ._logging import log_helper
from .auth import Authenticator
Expand Down

0 comments on commit 16f3013

Please sign in to comment.