Skip to content

Commit

Permalink
Reverted auditok to ffsubsync supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Feb 24, 2022
1 parent 63f1e63 commit c23ce4a
Show file tree
Hide file tree
Showing 13 changed files with 2,226 additions and 4,573 deletions.
10 changes: 7 additions & 3 deletions libs/auditok/__init__.py
Expand Up @@ -2,16 +2,20 @@
:author:
Amine SEHILI <amine.sehili@gmail.com>
2015-2021
2015-2016
:License:
This package is published under the MIT license.
This package is published under GNU GPL Version 3.
"""

from __future__ import absolute_import
from .core import *
from .io import *
from .util import *
from . import dataset
from .exceptions import *

__version__ = "0.2.0"
__version__ = "0.1.5"


0 comments on commit c23ce4a

Please sign in to comment.