Revised method of setting version number.

这个提交包含在:
Craig Warren
2016-02-09 19:01:11 +00:00
父节点 bfb58e5510
当前提交 cdca659541
共有 2 个文件被更改,包括 5 次插入4 次删除

查看文件

@@ -1,2 +1 @@
# This is where the version number is set and read by setup.py and conf.py (for the docs)
__version__ = '3.0.0b19'
from gprMax._version import __version__

查看文件

@@ -1,7 +1,9 @@
"""gprMax.__main__: executed when gprMax directory is called as script."""
from .gprMax import main
main()
import gprMax.gprMax
if __name__ == '__main__':
gprMax.gprMax.main()
# Code profiling
# Time profiling