Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinCG committed Oct 27, 2024
1 parent 2d568a8 commit 862fd8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3 (2024/10/27)"
__version__ = "1.5.0 (2024/10/27)"
__status__ = "Usable for any Linux project"

# pyright: reportMissingTypeStubs=false
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="DiscordBotLinuxMonitor",
version="1.4.3",
version="1.5.0",
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 Expand Up @@ -36,7 +36,7 @@
keywords='discord bot warning info linux monitor monitoring server service port ping ssl certificate disk folder cpu ram swap usage ip connection',
platforms='Linux',
install_requires=[
"linuxmonitor~=1.4.0", # follows the {MAJOR}.{MINOR}.x version range (because LinuxMonitor and DiscordBotLinuxMonitor are tightly coupled and should have same major and minor version)
"linuxmonitor~=1.5.0", # follows the {MAJOR}.{MINOR}.x version range (because LinuxMonitor and DiscordBotLinuxMonitor are tightly coupled and should have same major and minor version)
"discord.py",
"typing",
"asyncio",
Expand Down

0 comments on commit 862fd8f

Please sign in to comment.