Skip to content

Commit

Permalink
goto #0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Jan 29, 2015
1 parent e475526 commit cc1d491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):
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.7',
version='0.7.1',
install_requires=[
'numpy',
'mutagen',
Expand Down
2 changes: 1 addition & 1 deletion timeside/core/__init__.py
Expand Up @@ -28,7 +28,7 @@
from .processor import Processor, get_processor, list_processors
from .component import implements, interfacedoc, abstract

__version__ = '0.7'
__version__ = '0.7.1'

from .tools import package as ts_package

Expand Down

0 comments on commit cc1d491

Please sign in to comment.