Bump version to 1.1.0

This commit is contained in:
Pim van Pelt
2025-08-01 16:52:51 +02:00
parent 349e5d9b93
commit 255045da7e
6 changed files with 23 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="kumacli",
version="1.0.0",
version="1.1.0",
author="Uptime Kuma CLI",
description="A command-line interface for Uptime Kuma",
long_description=long_description,
@@ -36,7 +36,7 @@ setup(
],
entry_points={
"console_scripts": [
"kumacli=kumacli.__main__:main",
"kumacli=kumacli.kumacli:main",
],
},
keywords="uptime kuma monitoring cli",
@@ -44,4 +44,4 @@ setup(
"Bug Reports": "https://github.com/yourusername/kumacli/issues",
"Source": "https://github.com/yourusername/kumacli",
},
)
)