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 d70fdf0 commit 507dac9Copy full SHA for 507dac9
setup.py
@@ -51,6 +51,8 @@
51
"fortran/omp.f90"]
52
)
53
54
+#Note: __version__ will be set in the version.py script loaded below
55
+__version__ = None
56
with open("src/wrf/version.py") as f:
57
exec(f.read())
58
0 commit comments