From 435c437a799239800d54f9e0c95f67b3b1cf5740 Mon Sep 17 00:00:00 2001 From: Ricardo Correa <47784603+ricardo-correa@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:54:26 +0000 Subject: [PATCH] Update setup.py updated documentation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db89f24..9f8182f 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): return io.open(file_path, encoding="utf-8").read() -version = "2.01" +version = "2.02" setuptools.setup( name="hda",