From 23e4546df1e45923ec723ca9c327064c4ff1769f Mon Sep 17 00:00:00 2001 From: nucccc Date: Sun, 24 Mar 2024 16:12:51 +0100 Subject: [PATCH] updated main --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 921cb4d..bdf872a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='markarth', - version='0.0.3', + version='0.0.4', author='Domenico Nucera', description='Automatic code conversion from python to cython', long_description=long_description,