diff --git a/antareslauncher/__init__.py b/antareslauncher/__init__.py index 4929992..ea96279 100644 --- a/antareslauncher/__init__.py +++ b/antareslauncher/__init__.py @@ -9,9 +9,9 @@ # Standard project metadata -__version__ = "1.4.1" +__version__ = "1.4.2" __author__ = "RTE, Antares Web Team" -__date__ = "2024-04-11" +__date__ = "2024-09-17" # noinspection SpellCheckingInspection __credits__ = "(c) Réseau de Transport de l’Électricité (RTE)" diff --git a/setup.py b/setup.py index 748a4cf..b7f8e23 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( name=__project_name__, - version="1.4.1", + version="1.4.2", description="Antares_Launcher to run Antares on a remote linux machine", long_description=pathlib.Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",