We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a1c92 commit c291f14Copy full SHA for c291f14
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "audible"
3
-version = "0.9.0"
+version = "0.9.1"
4
description = "A(Sync) Interface for internal Audible API written in pure Python."
5
authors = ["mkb79 <mkb79@hackitall.de>"]
6
license = "AGPL-3.0-only"
src/audible/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.9.0"
+__version__ = "0.9.1"
from ._logging import log_helper
from .auth import Authenticator
0 commit comments