From 156562f5a35d33991c4cc35c2f99d90610e1de0d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 29 Oct 2022 19:07:13 -0400 Subject: [PATCH] [U] Release 1.0.16 --- 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 666f41d..f9dda2d 100644 --- a/hypy_utils/__init__.py +++ b/hypy_utils/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "1.0.15" +__version__ = "1.0.16" import time from typing import Callable