Skip to content

Commit f514eaf

Browse files
committed
add newline to version.py
Linting failed
1 parent 7254de2 commit f514eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
license="MIT",
1010
use_scm_version={
1111
"write_to": "minio_storage/version.py",
12-
"write_to_template": '__version__ = "{version}"',
12+
"write_to_template": '__version__ = "{version}"\n',
1313
"tag_regex": r"^v(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$",
1414
},
1515
description="Django file storage using the minio python client",

0 commit comments

Comments
 (0)