.def_property_readonly_static("short",[](py::object/* self */){returnstorm::utility::StormVersion::shortVersionString();},"Storm version in short representation")
.def_property_readonly_static("long",[](py::object/* self */){returnstorm::utility::StormVersion::longVersionString();},"Storm version in long representation")
.def_property_readonly_static("build_info",[](py::object/* self */){returnstorm::utility::StormVersion::buildInfo();},"Build info for Storm")