Skip to content

novaphy.version

Returns the engine version string.

def version() -> str

The same value is also exposed as novaphy.__version__.

Example

import novaphy
print(novaphy.version())  # "0.4.0"