We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0b3ab commit 0961b58Copy full SHA for 0961b58
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
requirements = fh.read()
5
setup(
6
name = 'gitfun',
7
- version = '0.0.112',
+ version = '0.0.113',
8
author = 'Shreeda Bhat',
9
author_email = 'shreeda@astaqc.com',
10
url = "https://github.com/memetics19/gitfun.git",
@@ -20,6 +20,6 @@
20
],
21
entry_points = '''
22
[console_scripts]
23
- gitfun=cli_main:cli
+ fun=cli_main:cli
24
'''
25
)
0 commit comments