Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinCG committed Oct 27, 2024
1 parent ed3f7c7 commit 2030c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discordbotlinuxmonitor/discordbotlinuxmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2030c57

Please sign in to comment.