Skip to content

Commit 0ce6ffa

Browse files
authored
Version 0.3.0 (#45)
1 parent 132bd09 commit 0ce6ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_storages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .filesystem import FileSystemStorage
33
from .s3 import S3Storage
44

5-
__version__ = "0.2.1"
5+
__version__ = "0.3.0"
66
__all__ = [
77
"FileSystemStorage",
88
"S3Storage",

0 commit comments

Comments
 (0)