diff --git a/hasty/__init__.py b/hasty/__init__.py index 9d3456a..0860965 100755 --- a/hasty/__init__.py +++ b/hasty/__init__.py @@ -21,7 +21,7 @@ def int_or_str(value): return value -__version__ = '0.3.11' +__version__ = '0.3.12' VERSION = tuple(map(int_or_str, __version__.split('.'))) __all__ = [