Skip to content

Commit

Permalink
4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kata198 committed Aug 19, 2019
1 parent f759dbf commit 1eba58f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions func_timeout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
'''


__version__ = '4.3.3'
__version_tuple__ = (4, 3, 3)
__version__ = '4.3.4'
__version_tuple__ = (4, 3, 4)

__all__ = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut', 'StoppableThread')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
log_description = summary

setup(name='func_timeout',
version='4.3.3',
version='4.3.4',
packages=['func_timeout'],
author='Tim Savannah',
author_email='kata198@gmail.com',
Expand Down

0 comments on commit 1eba58f

Please sign in to comment.