Changeset f5bb097


Ignore:
Timestamp:
Mar 23, 2017, 6:56:26 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
c203601
Parents:
aa5e0a3
Message:

this_version.py: fix release mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • this_version.py

    raa5e0a3 rf5bb097  
    6161        verstr = pep440str.replace('~git.', 'a0+')
    6262    elif '~alpha' in aubio_version:
    63         verstr = "a0"
     63        verstr = aubio_version.replace('~alpha', 'a0')
     64    else:
     65        verstr = aubio_version
    6466    return verstr
    6567
Note: See TracChangeset for help on using the changeset viewer.