From 2030c57fb4dee284ff67c33c8fb15b0c03c94512 Mon Sep 17 00:00:00 2001 From: Quentin CG Date: Sun, 27 Oct 2024 15:11:12 +0100 Subject: [PATCH] 1.4.3 --- discordbotlinuxmonitor/discordbotlinuxmonitor.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discordbotlinuxmonitor/discordbotlinuxmonitor.py b/discordbotlinuxmonitor/discordbotlinuxmonitor.py index cfd3705..07d4048 100644 --- a/discordbotlinuxmonitor/discordbotlinuxmonitor.py +++ b/discordbotlinuxmonitor/discordbotlinuxmonitor.py @@ -33,7 +33,7 @@ __license__ = "MIT License" __copyright__ = "Copyright Quentin Comte-Gaz (2024)" __python_version__ = "3.+" -__version__ = "1.4.2 (2024/10/07)" +__version__ = "1.4.3 (2024/10/27)" __status__ = "Usable for any Linux project" # pyright: reportMissingTypeStubs=false diff --git a/setup.py b/setup.py index 8fce691..6876ea2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="DiscordBotLinuxMonitor", - version="1.4.2", + version="1.4.3", description="From discord channels: Get information and warning status of Linux server like service, port, ping, ssl certificate, disk/folder/cpu/ram/swap usage, ip connection, ... (Python and shell library, Linux ONLY)", long_description=readme, long_description_content_type="text/markdown",