From e4f5118552ba639cf12609006e4f158d2d46a5e7 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Mon, 8 Aug 2022 23:20:04 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2c4ecf..dc65b1d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="amdahl", - version="0.3", + version="0.3.1", author="Alan O'Cais", author_email="alan.ocais@cecam.org", python_requires=">=3",