From d56dc984600a79138d827930f78d3ddcd803a421 Mon Sep 17 00:00:00 2001 From: Hugo Sousa Date: Fri, 10 Nov 2023 14:12:48 -0500 Subject: [PATCH] Update setup.py to automatically update version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcbb7be..bd4375e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="tieval", - version="0.0.6", + version='{{VERSION_PLACEHOLDER}}', url="https://github.com/LIAAD/tieval", license='MIT', author="Hugo Sousa",