From 8361f10699be881268ec471afbe6adf8338905a9 Mon Sep 17 00:00:00 2001 From: Xavier Canal Masjuan Date: Fri, 19 Apr 2024 12:30:14 +0200 Subject: [PATCH] Bump to new version: 0.3.7 --- hasty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasty/__init__.py b/hasty/__init__.py index eb7492e..01d8e9e 100755 --- a/hasty/__init__.py +++ b/hasty/__init__.py @@ -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__ = [