From 5f936d931f2b0b453fe42ea9a2d6b3d35632e148 Mon Sep 17 00:00:00 2001 From: Ichunjo Date: Thu, 24 Jun 2021 13:48:14 +0200 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e66b086..3fcd1c9 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ install_requires = fh.read() NAME = "vs-debandshit" -# VERSION = "0.4.2" -RELEASE = "0.4.2" + +RELEASE = "0.4.3" setuptools.setup( name=NAME,