From e0b2ef63b754c3dfbbed4f6ff14eb7d6f8930d21 Mon Sep 17 00:00:00 2001 From: Azalea Date: Sat, 29 Oct 2022 17:23:50 -0400 Subject: [PATCH] [U] Release 1.0.15 --- 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 0974416..666f41d 100644 --- a/hypy_utils/__init__.py +++ b/hypy_utils/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "1.0.14" +__version__ = "1.0.15" import time from typing import Callable