From cecea9d134882c2ab113376111b8abff2eb16b97 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Thu, 15 Feb 2024 16:06:23 +0100 Subject: [PATCH] Version 0.3.0 --- 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",