mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
3 lines
72 B
Python
3 lines
72 B
Python
version_info = (2, 3, 0)
|
|
__version__ = '.'.join(map(str, version_info))
|