diff --git a/hasty/__init__.py b/hasty/__init__.py index af167fa..44bb4c8 100755 --- a/hasty/__init__.py +++ b/hasty/__init__.py @@ -21,7 +21,7 @@ def int_or_str(value): return value -__version__ = '0.3.7' +__version__ = '0.3.8' VERSION = tuple(map(int_or_str, __version__.split('.'))) __all__ = [