From 5941c1b92dde9e40810d0fa7eb8171a24ad4432b Mon Sep 17 00:00:00 2001 From: Gabriele Roeger Date: Thu, 9 Nov 2023 10:10:14 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5001c3c..0c4cce2 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def run(self): long_description = "This package makes the [Fast Downward](https://www.fast-downward.org/) planning system available in the [unified_planning library](https://github.com/aiplan4eu/unified-planning) by the [AIPlan4EU project](https://www.aiplan4eu-project.eu/)." setup(name='up_fast_downward', - version='0.3.2', + version='0.4.0', description='Unified Planning Integration of the Fast Downward planning system', long_description=long_description, long_description_content_type="text/markdown",