Changeset f5bb097 for this_version.py
- Timestamp:
- Mar 23, 2017, 6:56:26 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
this_version.py
raa5e0a3 rf5bb097 61 61 verstr = pep440str.replace('~git.', 'a0+') 62 62 elif '~alpha' in aubio_version: 63 verstr = "a0" 63 verstr = aubio_version.replace('~alpha', 'a0') 64 else: 65 verstr = aubio_version 64 66 return verstr 65 67
Note: See TracChangeset
for help on using the changeset viewer.