From be2c1e9cb400c10df100f95d57b8b55ee269e7c8 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Thu, 4 Aug 2022 13:35:44 +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 4824452..eb896a1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="amdahl", - version="0.2", + version="0.2.1", author="Alan O'Cais", author_email="alan.ocais@cecam.org", python_requires=">=3",