Skip to content

Commit

Permalink
yappa
Browse files Browse the repository at this point in the history
  • Loading branch information
milind-shakya-sp committed Jan 2, 2019
1 parent 0962713 commit b5d016b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/milin/giticket',
version='0.1.0',
version='0.1.1',
zip_safe=False,
entry_points={
'console_scripts': [
'gitticket = giticket.__main__:main',
'giticket = giticket.__main__:main',
]

}
Expand Down

0 comments on commit b5d016b

Please sign in to comment.