diff --git a/Notebooks/Unified_Planning_Basics_LPG.ipynb b/Notebooks/Unified_Planning_Basics_LPG.ipynb index 84fe181..1dc6436 100644 --- a/Notebooks/Unified_Planning_Basics_LPG.ipynb +++ b/Notebooks/Unified_Planning_Basics_LPG.ipynb @@ -786,7 +786,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.9" + "version": "3.11.5" }, "vscode": { "interpreter": { diff --git a/setup.py b/setup.py index 0426a28..af52fd1 100644 --- a/setup.py +++ b/setup.py @@ -37,12 +37,12 @@ def is_pure(self): return False setup(name='up_lpg', - version='0.0.7.3', + version='0.0.7.4', description='up_lpg', long_description=long_description, long_description_content_type ="text/markdown", author='UNIBS Team', - author_email='enrico.scala@unibs.it', + author_email="ivan.serina@unibs.it", packages=["up_lpg"], package_data={"up_lpg": [executable]}, distclass=BinaryDistribution,