]> git.parisson.com Git - timeside.git/commitdiff
go to 0.5.0, fix some copyrights
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Sep 2013 10:40:30 +0000 (12:40 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 30 Sep 2013 10:42:04 +0000 (12:42 +0200)
README.rst
setup.py
timeside/__init__.py

index 1abebecf2e319127dc577d5cacd765287ebb1c42..fe5f34c24e2108726d58b2d21e8c6859fe2285c1 100644 (file)
@@ -287,6 +287,7 @@ Copyrights
 
  * Copyright (c) 2006, 2013 Parisson SARL
  * Copyright (c) 2006, 2013 Guillaume Pellerin
- * Copyright (c) 2010, 2012 Paul Brossier
+ * Copyright (c) 2010, 2013 Paul Brossier
+ * Copyright (c) 2013 Thomas Fillon
  * Copyright (c) 2006, 2010 Samalyse SARL
 
index 2d4c1ce66a8dff5734add060379a37da1afbf7bc..1e0fd5927f76eb032d44db54e24198190c2c78b4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -26,14 +26,12 @@ 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.5',
+  version = '0.5.0',
   install_requires = [
         'setuptools',
-        'numpy>=1.6.2',
+        'numpy',
         'mutagen',
         'pil',
-        'scipy',
-        'hf5py',
         ],
   platforms=['OS Independent'],
   license='Gnu Public License V2',
index 4ea5fbe2b6e76400a37e678a5e501acfa64ff9be..11cb896bc0739f0af1a5c0dde3a90a983efbe36a 100644 (file)
@@ -3,4 +3,4 @@
 import api
 import core
 
-__version__ = '0.4.5'
+__version__ = '0.5.0'