Skip to content

Commit 6bc4a98

Browse files
authored
Merge pull request #44 from cloudfactory/publish-0.3.8
Publish new version
2 parents d446c33 + 2332f2e commit 6bc4a98

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
@@ -21,7 +21,7 @@ def int_or_str(value):
2121
return value
2222

2323

24-
__version__ = '0.3.7'
24+
__version__ = '0.3.8'
2525
VERSION = tuple(map(int_or_str, __version__.split('.')))
2626

2727
__all__ = [

0 commit comments

Comments
 (0)