From 20a33fbea1a4c2b1d2df9858e4ccc9527d54bb0e Mon Sep 17 00:00:00 2001 From: Martin Hermant Date: Mon, 13 Mar 2017 21:23:05 +0100 Subject: [PATCH] comment on format of python version --- Version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Version.py b/Version.py index ac19aa8c..246c58a6 100644 --- a/Version.py +++ b/Version.py @@ -48,6 +48,7 @@ def get_aubio_version(): 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 , ''} verstr = get_aubio_version() spl = verstr.split('~') if len(spl)==2: -- 2.11.0