Skip to content

Commit

Permalink
Merge pull request #40 from cloudfactory/0.3.7
Browse files Browse the repository at this point in the history
Bump to new version: 0.3.7
  • Loading branch information
xeviknal-cf authored Apr 19, 2024
2 parents 6b81ebb + 8361f10 commit 73f82d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hasty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def int_or_str(value):
return value


__version__ = '0.3.6'
__version__ = '0.3.7'
VERSION = tuple(map(int_or_str, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit 73f82d7

Please sign in to comment.