We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ffb10 commit cdb21e1Copy full SHA for cdb21e1
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="penifycli",
5
- version="0.1.5", # Increment the version number
+ version="1.0.0", # Increment the version number
6
packages=['penify_hook'], # Explicitly include the penify_hook package
7
install_requires=[
8
"requests",
@@ -19,7 +19,7 @@
19
},
20
author="Suman Saurabh",
21
author_email="ss.sumansaurabh92@gmail.com",
22
- description="A penify cli tool to generate Documentation, Commit-summary and Hooks to automate git workflows.",
+ description="A penify cli tool to generate Documentation, Commit-summary.",
23
long_description=open("README.md").read(),
24
long_description_content_type="text/markdown",
25
url="https://github.com/SingularityX-ai/penifycli",
0 commit comments