Skip to content

Commit 73f82d7

Browse files
authored
Merge pull request #40 from cloudfactory/0.3.7
Bump to new version: 0.3.7
2 parents 6b81ebb + 8361f10 commit 73f82d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hasty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def int_or_str(value):
1919
return value
2020

2121

22-
__version__ = '0.3.6'
22+
__version__ = '0.3.7'
2323
VERSION = tuple(map(int_or_str, __version__.split('.')))
2424

2525
__all__ = [

0 commit comments

Comments
 (0)