Skip to content

Commit 02460c2

Browse files
committed
Pipy: Fix project link
1 parent 66d30e0 commit 02460c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discordbotlinuxmonitor/discordbotlinuxmonitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
__license__ = "MIT License"
3131
__copyright__ = "Copyright Quentin Comte-Gaz (2024)"
3232
__python_version__ = "3.+"
33-
__version__ = "1.1.0 (2024/09/14)"
33+
__version__ = "1.1.1 (2024/09/14)"
3434
__status__ = "Usable for any Linux project"
3535

3636
# pyright: reportMissingTypeStubs=false

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
setup(
88
name="DiscordBotLinuxMonitor",
9-
version="1.1.0",
9+
version="1.1.1",
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",
13-
url='https://github.com/QuentinCG/Linux-Monitor-Python-Library',
13+
url='https://github.com/QuentinCG/Discord-Bot-Linux-Monitor-Python-Library',
1414
packages=['discordbotlinuxmonitor'],
1515
author='Quentin Comte-Gaz',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)