Skip to content

Commit 5ca4e5a

Browse files
committed
chore: patch v0.1.1 release
1 parent ddaf918 commit 5ca4e5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-async-storages"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A powerful, extensible, and async-ready cloud object storage backend for FastAPI."
55
readme = "README.md"
66
authors = [

src/async_storages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .base import BaseStorage, StorageFile, StorageImage
22
from .s3 import S3Storage
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.1.1"
55
__all__ = ["BaseStorage", "StorageFile", "StorageImage", "S3Storage"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)