From 7e390e2f4492007bf192347dfd283f9d810d768f Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Mon, 25 Sep 2023 01:30:50 +0200 Subject: [PATCH] Incrementing version to v3.8.0 --- python_utils/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_utils/__about__.py b/python_utils/__about__.py index 49296c1..33d0708 100644 --- a/python_utils/__about__.py +++ b/python_utils/__about__.py @@ -7,4 +7,4 @@ ) __url__: str = 'https://github.com/WoLpH/python-utils' # Omit type info due to automatic versioning script -__version__ = '3.7.0' +__version__ = '3.8.0'