ref: 20a33fbea1a4c2b1d2df9858e4ccc9527d54bb0e
parent: 638be5f0c72123a42c999388404b7c7d6a96e8c8
author: Martin Hermant <[email protected]>
date: Mon Mar 13 17:23:05 EDT 2017
comment on format of python version
--- a/Version.py
+++ b/Version.py
@@ -48,6 +48,7 @@
def get_aubio_pyversion():
# convert to version for python according to pep 440
# see https://www.python.org/dev/peps/pep-0440/
+ # outputs MAJ.MIN.PATCH+a0{.git<sha> , ''}
verstr = get_aubio_version()
spl = verstr.split('~')
if len(spl)==2: