We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa54cc commit d2b8d36Copy full SHA for d2b8d36
setup.py
@@ -36,7 +36,7 @@ def create_swig_wrapper(self):
36
def create_version_module(self):
37
with open(os.path.join(PACKAGE_DIR, "_version.py"), "w") as f:
38
f.write("# This file was auto generated by `setup.py`, changes might be lost.\n")
39
- f.write("__version__ = \"{UTM_VERSION}\"\n")
+ f.write(f"__version__ = \"{UTM_VERSION}\"\n")
40
41
def run(self):
42
self.create_swig_wrapper()
0 commit comments