Commit 302daacd by Peter Weidenbach

__version__ info exported

parent 567edb59
......@@ -3,7 +3,8 @@ from .oms import CommonAnalysisOMS, plugin_version
__version__ = plugin_version
__all__ = [
'CommonAnalysisOMS'
'CommonAnalysisOMS',
'__version__'
]
analysis_class = CommonAnalysisOMS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment