Skip to content

Commit 0961b58

Browse files
committed
%s
1 parent 6e0b3ab commit 0961b58

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
@@ -4,7 +4,7 @@
44
requirements = fh.read()
55
setup(
66
name = 'gitfun',
7-
version = '0.0.112',
7+
version = '0.0.113',
88
author = 'Shreeda Bhat',
99
author_email = 'shreeda@astaqc.com',
1010
url = "https://github.com/memetics19/gitfun.git",
@@ -20,6 +20,6 @@
2020
],
2121
entry_points = '''
2222
[console_scripts]
23-
gitfun=cli_main:cli
23+
fun=cli_main:cli
2424
'''
2525
)

0 commit comments

Comments
 (0)