Skip to content

Commit c291f14

Browse files
authored
build: bump version to v0.9.1 (#205)
1 parent 59a1c92 commit c291f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "audible"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "A(Sync) Interface for internal Audible API written in pure Python."
55
authors = ["mkb79 <mkb79@hackitall.de>"]
66
license = "AGPL-3.0-only"

src/audible/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.9.1"
22

33
from ._logging import log_helper
44
from .auth import Authenticator

0 commit comments

Comments
 (0)