Skip to content

Commit 507dac9

Browse files
committed
Declare __version__ and add a comment for other devs
1 parent d70fdf0 commit 507dac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"fortran/omp.f90"]
5252
)
5353

54+
#Note: __version__ will be set in the version.py script loaded below
55+
__version__ = None
5456
with open("src/wrf/version.py") as f:
5557
exec(f.read())
5658

0 commit comments

Comments
 (0)