From 49e453fc1cbeba8e8a3296af3b2fe8f0ea1a6a44 Mon Sep 17 00:00:00 2001 From: unytics Date: Mon, 13 May 2024 12:49:49 +0000 Subject: [PATCH] v0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42521ac2..95707842 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools -VERSION = '0.4' +VERSION = '0.5' with open('README.md', 'r', encoding='utf-8') as fh: