We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d446c33 + 2332f2e commit 6bc4a98Copy full SHA for 6bc4a98
1 file changed
hasty/__init__.py
@@ -21,7 +21,7 @@ def int_or_str(value):
21
return value
22
23
24
-__version__ = '0.3.7'
+__version__ = '0.3.8'
25
VERSION = tuple(map(int_or_str, __version__.split('.')))
26
27
__all__ = [
0 commit comments