We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36be97 commit fb37cceCopy full SHA for fb37cce
setup.py
@@ -11,7 +11,7 @@ def write_version_py(filename=None):
11
This constructs a version file for the project
12
"""
13
doc = "\"\"\"\nThis is a VERSION file and should NOT be manually altered\n\"\"\""
14
- doc += "\nversion = '%s'" % VERSION
+ doc += "\nversion = '%s'\n" % VERSION
15
16
if not filename:
17
filename = os.path.join(os.path.dirname(__file__), 'quantecon', 'version.py')
0 commit comments