Skip to content

Commit 071d050

Browse files
committed
1.2.2
1 parent ba77ceb commit 071d050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discordbotlinuxmonitor/discordbotlinuxmonitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
__license__ = "MIT License"
3232
__copyright__ = "Copyright Quentin Comte-Gaz (2024)"
3333
__python_version__ = "3.+"
34-
__version__ = "1.2.1 (2024/09/16)"
34+
__version__ = "1.2.2 (2024/09/19)"
3535
__status__ = "Usable for any Linux project"
3636

3737
# pyright: reportMissingTypeStubs=false

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="DiscordBotLinuxMonitor",
9-
version="1.2.1",
9+
version="1.2.2",
1010
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)",
1111
long_description=readme,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)