From 48e2da989b0e0512eea789dabe3ee2287440b122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20A=2E=20Galindo?= Date: Sat, 27 Jul 2024 17:50:13 +0200 Subject: [PATCH] fix: version bumo to solve issue in the ast class --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50d4df9..890a3a7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read_requirements(file): setuptools.setup( name="flamapy-fw", - version="2.0.0.dev6", + version="2.0.0.dev7", author="Flamapy", author_email="flamapy@us.es", description="Flamapy is a Python-based AAFM framework that takes into consideration previous AAFM tool designs and enables multi-solver and multi-metamodel support for the integration of AAFM tooling on the Python ecosystem.",