Mentions légales du service

Skip to content
Snippets Groups Projects
Commit abc3c898 authored by hhakim's avatar hhakim
Browse files

Add pyfaust.__version__ in addition to pyfaust.version() (more standard).

parent 42ea80a6
No related branches found
No related tags found
No related merge requests found
......@@ -2330,7 +2330,9 @@ def implements(numpy_function):
def version():
"""Returns the FAuST package version.
"""
return "@CPACK_PACKAGE_VERSION@"
return __version__
__version__ = "@CPACK_PACKAGE_VERSION@"
def faust_fact(*args, **kwargs):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment