diff --git a/setup.py b/setup.py index 96507d2..41ff7c6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="django-dbbackup-s3", python_requires=">=3.7.0", - version="0.3", + version="0.4", author="Jirka Schaefer", author_email="info@tschitschereengreen.com", packages=["storage_sync", "storage_sync.management.commands"],