From 66e5ff38ef6ca63a91c960ef735b5551865688e9 Mon Sep 17 00:00:00 2001 From: Nathan Michlo Date: Thu, 3 Nov 2022 20:35:42 +0200 Subject: [PATCH] version bump v0.6.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6649a77c..004ba9c4 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ author="Nathan Juraj Michlo", author_email="NathanJMichlo@gmail.com", - version="0.6.2", + version="0.6.3", python_requires=">=3.8", # we make use of standard library features only in 3.8 packages=setuptools.find_packages(),