There was an error while loading. Please reload this page.
1 parent b29ba5a commit 3425572Copy full SHA for 3425572
1 file changed
hasty/__init__.py
@@ -21,7 +21,7 @@ def int_or_str(value):
21
return value
22
23
24
-__version__ = '0.3.11'
+__version__ = '0.3.12'
25
VERSION = tuple(map(int_or_str, __version__.split('.')))
26
27
__all__ = [
0 commit comments