Skip to content

Commit fde2a8f

Browse files
committed
version bump
1 parent 1f5600d commit fde2a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiob2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
__title__ = 'aiob2'
2828
__author__ = 'Dan'
2929
__license__ = 'MIT'
30-
__version__ = '0.8.4'
30+
__version__ = '0.8.5'

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 = "aiob2"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
description = "A simple and easy to use async wrapper for Backblaze's B2 bucket API."
55
license = "MIT"
66
authors = ["Dan <[email protected]>"]

0 commit comments

Comments
 (0)