From f3f5fdfc1ca40b76007798f6d346ce992d9d04b0 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 22 Oct 2019 10:50:24 +0200 Subject: [PATCH] Storage/S3: Bump version --- storage_s3/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage_s3/setup.py b/storage_s3/setup.py index 8e88632..b06c333 100644 --- a/storage_s3/setup.py +++ b/storage_s3/setup.py @@ -12,7 +12,7 @@ from setuptools import find_packages, setup setup( name='indico-plugin-storage-s3', - version='2.0.3', + version='2.0.4', description='S3 storage backend for Indico', url='https://github.com/indico/indico-plugins', license='MIT',