]> git.parisson.com Git - timeside.git/commitdiff
goto 0.5.1
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Oct 2013 09:19:43 +0000 (11:19 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Oct 2013 09:19:43 +0000 (11:19 +0200)
setup.py
timeside/__init__.py

index 41e11d09d93b66afb33cc235670156fe4d7b349c..38e65dd23ce70aa467a20e0c651e3ac4d9528ea8 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin, Paul Brossier, Thomas Fillon, Riccardo Zaccarelli, Olivier Guilyardi",
   author_email = "yomguy@parisson.com, piem@piem.org, thomas@parisson.com, riccardo.zaccarelli@gmail.com, olivier@samalyse.com",
-  version = '0.5.0',
+  version = '0.5.1',
   install_requires = [
         'setuptools',
         'numpy',
index cd196024dda26edee49f02dca0085380ca3f10e8..808286c8a77c605ec899051ec11d15e2812d4a1d 100644 (file)
@@ -7,4 +7,4 @@ import analyzer
 import grapher
 import encoder
 
-__version__ = '0.5.0'
+__version__ = '0.5.1'