add check to lammps python module to check consistent versions between module and shared library

This commit is contained in:
Axel Kohlmeyer
2021-02-09 00:38:17 -05:00
parent db26902393
commit 7826b58f73
3 changed files with 35 additions and 1 deletions

View File

@ -2,3 +2,7 @@ from .constants import *
from .core import *
from .data import *
from .pylammps import *
# automatically updated during installation
__version__ = 20201224