Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinCG committed Sep 14, 2024
1 parent 08173ac commit 9cb66db
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 @@ -30,7 +30,7 @@
__license__ = "MIT License"
__copyright__ = "Copyright Quentin Comte-Gaz (2024)"
__python_version__ = "3.+"
__version__ = "1.0.2 (2024/09/14)"
__version__ = "1.0.3 (2024/09/14)"
__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.0.2",
version="1.0.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 9cb66db

Please sign in to comment.