From 429dffd8007c9b68b67da7ac80a94721be20bb57 Mon Sep 17 00:00:00 2001 From: Ravi Shankar Date: Fri, 11 Jul 2025 18:21:39 +0530 Subject: [PATCH] Bump version --- hasty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasty/__init__.py b/hasty/__init__.py index 9d3456a..0860965 100755 --- a/hasty/__init__.py +++ b/hasty/__init__.py @@ -21,7 +21,7 @@ def int_or_str(value): return value -__version__ = '0.3.11' +__version__ = '0.3.12' VERSION = tuple(map(int_or_str, __version__.split('.'))) __all__ = [