Changeset 95bcdec


Ignore:
Timestamp:
Nov 30, 2016, 6:45:10 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, yinfft+
Children:
e56ac16
Parents:
a0a073f
Message:

setup.py: remove status from version string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    ra0a073f r95bcdec  
    2020    if AUBIO_VERSION_STATUS.startswith('~'):
    2121        AUBIO_VERSION_STATUS = AUBIO_VERSION_STATUS[1:]
    22     __version__ += AUBIO_VERSION_STATUS
     22    #__version__ += AUBIO_VERSION_STATUS
    2323
    2424include_dirs = []
     
    4949if os.path.isfile('src/aubio.h'):
    5050    if not os.path.isdir(os.path.join('build','src')):
    51         __version__ += 'a2' # python only version
     51        pass
     52        #__version__ += 'a2' # python only version
    5253
    5354classifiers = [
Note: See TracChangeset for help on using the changeset viewer.