]> git.parisson.com Git - timeside.git/commitdiff
goto 0.5 aubio
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 25 Apr 2013 13:00:47 +0000 (15:00 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 25 Apr 2013 13:00:47 +0000 (15:00 +0200)
setup.py
timeside/__init__.py

index 73cd95c7b8535bedffa3645af748e73601c41861..2b207c21c22edc8823a1dc6fcc3eecdf2f58f018 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin, Paul Brossier, Riccardo Zaccarelli, Olivier Guilyardi",
   author_email = "yomguy@parisson.com, piem@piem.org, riccardo.zaccarelli@gmail.com, olivier@samalyse.com",
-  version = '0.4.3',
+  version = '0.5',
   install_requires = [
         'setuptools',
         'numpy>=1.6.2',
index f5049b6cd04f2d0d99db95ad602304b6fcdd44c8..db7a771529e4a97238af8e0f91561a048beb639a 100644 (file)
@@ -9,4 +9,4 @@ def get_processors(proc_type):
     import timeside.analyzer
     return core.processors(proc_type)
 
-__version__ = '0.4.3'
+__version__ = '0.5'