From 0587e74029ec6059a2895596c599add80d72d1f6 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Sat, 11 May 2024 10:00:33 +0200 Subject: [PATCH] version 0.1.1 --- pina/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pina/meta.py b/pina/meta.py index 57fefbb..cc1aa00 100644 --- a/pina/meta.py +++ b/pina/meta.py @@ -15,7 +15,7 @@ __title__ = "pina" __author__ = "PINA Contributors" __copyright__ = "2021-2024, PINA Contributors" __license__ = "MIT" -__version__ = "0.1.0" +__version__ = "0.1.1" __mail__ = "demo.nicola@gmail.com, dario.coscia@sissa.it" # TODO __maintainer__ = __author__ __status__ = "Alpha"