Changeset b991cc1
- Timestamp:
- Mar 13, 2017, 10:26:17 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:
- f77820d
- Parents:
- 255c4c8
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r255c4c8 rb991cc1 6 6 # function to generate gen/*.{c,h} 7 7 from python.lib.gen_external import generate_external, header, output_path 8 from Version import get_aubio_version, get_aubio_pyversion8 from this_version import get_aubio_version, get_aubio_pyversion 9 9 10 10 __version__ = get_aubio_version() -
wscript
r255c4c8 rb991cc1 15 15 APPNAME = 'aubio' 16 16 17 # source VERSION 18 19 20 from Version import * 21 22 23 17 from this_version import * 24 18 25 19 VERSION = get_aubio_version()
Note: See TracChangeset
for help on using the changeset viewer.