Skip to content

Commit 3425572

Browse files
waffles-cfRavi Shankar
andauthored
Bump version (#53)
Co-authored-by: Ravi Shankar <wafflespeanut@gmail.com>
1 parent b29ba5a commit 3425572

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.11'
24+
__version__ = '0.3.12'
2525
VERSION = tuple(map(int_or_str, __version__.split('.')))
2626

2727
__all__ = [

0 commit comments

Comments
 (0)