diff --git a/setup.py b/setup.py index 62eaba7..479d109 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ license="MIT", use_scm_version={ "write_to": "minio_storage/version.py", - "write_to_template": '__version__ = "{version}"', + "write_to_template": '__version__ = "{version}"\n', "tag_regex": r"^v(?Pv)?(?P[^\+]+)(?P.*)?$", }, description="Django file storage using the minio python client",