Skip to content

Commit

Permalink
v1.1.1 fix fdebug, fdebug_json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jontsai committed Aug 29, 2020
1 parent 9d1d861 commit 81ee503
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 1 addition & 1 deletion htk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .utils import *


__version__ = '1.1.0'
__version__ = '1.1.1'
2 changes: 2 additions & 0 deletions htk/utils/debuggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def slack_debug_json(obj, label='JSON'):


__all__ = [
'fdebug',
'fdebug_json',
'slack_debug',
'slack_debug_json',
]

0 comments on commit 81ee503

Please sign in to comment.