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 1f5600d commit fde2a8fCopy full SHA for fde2a8f
aiob2/__init__.py
@@ -27,4 +27,4 @@
27
__title__ = 'aiob2'
28
__author__ = 'Dan'
29
__license__ = 'MIT'
30
-__version__ = '0.8.4'
+__version__ = '0.8.5'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aiob2"
3
-version = "0.8.4"
+version = "0.8.5"
4
description = "A simple and easy to use async wrapper for Backblaze's B2 bucket API."
5
license = "MIT"
6
authors = ["Dan <[email protected]>"]
0 commit comments