We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b81ebb + 8361f10 commit 73f82d7Copy full SHA for 73f82d7
1 file changed
hasty/__init__.py
@@ -19,7 +19,7 @@ def int_or_str(value):
19
return value
20
21
22
-__version__ = '0.3.6'
+__version__ = '0.3.7'
23
VERSION = tuple(map(int_or_str, __version__.split('.')))
24
25
__all__ = [
0 commit comments