From 77461da2a860dd8c1f20b0e9e59c09645e0be946 Mon Sep 17 00:00:00 2001 From: ricardo-correa <47784603+ricardo-correa@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:16:12 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edce42b..749d53d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): return io.open(file_path, encoding="utf-8").read() -version = "0.3.3" +version = "v0.3.3" setuptools.setup(