Bump version to 1.1.0
This commit is contained in:
6
setup.py
6
setup.py
@@ -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",
|
||||
},
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user