Skip to content

Commit

Permalink
Downgrade auditok to version 0.1.5
Browse files Browse the repository at this point in the history
ffsubsync pinned auditok to 0.1.5. We missed this when upgrading
ffsubsync and auditok. Since we dont run pip to install the
libraries, there is no version checks
  • Loading branch information
mvanbaak authored May 1, 2021
1 parent 08e50a8 commit 30ef713
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
:author:
Amine SEHILI <[email protected]>
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"


Loading

0 comments on commit 30ef713

Please sign in to comment.