From 0ce6ffa427968b9485a47cd5b306ce7a98c0aa26 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Thu, 15 Feb 2024 16:13:30 +0100 Subject: [PATCH] Version 0.3.0 (#45) --- fastapi_storages/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_storages/__init__.py b/fastapi_storages/__init__.py index d69d5cc..54804ca 100644 --- a/fastapi_storages/__init__.py +++ b/fastapi_storages/__init__.py @@ -2,7 +2,7 @@ from .filesystem import FileSystemStorage from .s3 import S3Storage -__version__ = "0.2.1" +__version__ = "0.3.0" __all__ = [ "FileSystemStorage", "S3Storage",