add check to lammps python module to check consistent versions between module and shared library
This commit is contained in:
@ -2,3 +2,7 @@ from .constants import *
|
||||
from .core import *
|
||||
from .data import *
|
||||
from .pylammps import *
|
||||
|
||||
# automatically updated during installation
|
||||
|
||||
__version__ = 20201224
|
||||
|
||||
Reference in New Issue
Block a user