Skip to content

Commit

Permalink
add newline to version.py
Browse files Browse the repository at this point in the history
Linting failed
  • Loading branch information
thomasf committed Apr 23, 2023
1 parent 7254de2 commit f514eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$",
},
description="Django file storage using the minio python client",
Expand Down

0 comments on commit f514eaf

Please sign in to comment.