Skip to content

Commit

Permalink
Merge pull request #56 from Thriftpy/release/0.4.3
Browse files Browse the repository at this point in the history
Bump to 0.4.3
  • Loading branch information
ethe committed May 24, 2019
2 parents a943e70 + d3e8d62 commit 8f8acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thriftpy2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .hook import install_import_hook, remove_import_hook
from .parser import load, load_module, load_fp

__version__ = '0.4.2'
__version__ = '0.4.3'
__python__ = sys.version_info
__all__ = ["install_import_hook", "remove_import_hook", "load", "load_module",
"load_fp"]

0 comments on commit 8f8acbd

Please sign in to comment.