Get the Version of the Origin
GetOrgVersion()
the version of the Origin
EX1
#Output the Origin version import PyOrigin Info=PyOrigin.GetProjectInfo() print('The Origin version is %2.1f' %(Info.GetOrgVersion()))