Skip to content

Commit fb37cce

Browse files
committed
end version file with newline
1 parent e36be97 commit fb37cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def write_version_py(filename=None):
1111
This constructs a version file for the project
1212
"""
1313
doc = "\"\"\"\nThis is a VERSION file and should NOT be manually altered\n\"\"\""
14-
doc += "\nversion = '%s'" % VERSION
14+
doc += "\nversion = '%s'\n" % VERSION
1515

1616
if not filename:
1717
filename = os.path.join(os.path.dirname(__file__), 'quantecon', 'version.py')

0 commit comments

Comments
 (0)