Skip to content

Commit cdb21e1

Browse files
committed
fix(setup): update version to 1.0.0 and refine description
1 parent 17ffb10 commit cdb21e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="penifycli",
5-
version="0.1.5", # Increment the version number
5+
version="1.0.0", # Increment the version number
66
packages=['penify_hook'], # Explicitly include the penify_hook package
77
install_requires=[
88
"requests",
@@ -19,7 +19,7 @@
1919
},
2020
author="Suman Saurabh",
2121
author_email="ss.sumansaurabh92@gmail.com",
22-
description="A penify cli tool to generate Documentation, Commit-summary and Hooks to automate git workflows.",
22+
description="A penify cli tool to generate Documentation, Commit-summary.",
2323
long_description=open("README.md").read(),
2424
long_description_content_type="text/markdown",
2525
url="https://github.com/SingularityX-ai/penifycli",

0 commit comments

Comments
 (0)