From c28ca20edc26fce763097581fdc6711cfc1236f0 Mon Sep 17 00:00:00 2001 From: Azalea Date: Sat, 29 Oct 2022 17:02:40 -0400 Subject: [PATCH] [U] Release 1.0.14 --- hypy_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypy_utils/__init__.py b/hypy_utils/__init__.py index 13249b1..0974416 100644 --- a/hypy_utils/__init__.py +++ b/hypy_utils/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "1.0.13" +__version__ = "1.0.14" import time from typing import Callable