Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joajfreitas committed Nov 17, 2019
1 parent 51f7093 commit 33b62ef
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 @@ -3,12 +3,12 @@
setup(
name='marcador',
description='Simple rofi based bookmark manager',
version='0.1',
version='0.2',
author="João Freitas",
author_email="[email protected]",
license="GPLv3",
url='https://github.com/joajfreitas/marcador',
download_url = 'https://github.com/joajfreitas/marcador/archive/v0.1.tar.gz',
download_url = 'https://github.com/joajfreitas/marcador/archive/v0.2.tar.gz',
packages = find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 33b62ef

Please sign in to comment.