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) from gprMax._version import __version__
__version__ = '3.0.0b19'

查看文件

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