Skip to content

Commit

Permalink
Tag 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Feb 13, 2018
1 parent d24215f commit 65ebece
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,13 +3,13 @@
from setuptools import setup

setup(name="keepmenu",
version="0.2.0",
version="0.2.1",
description="Dmenu interface for Keepass",
long_description=open('README.rst', 'rb').read().decode('utf-8'),
author="Scott Hansen",
author_email="[email protected]",
url="https://github.com/firecat53/keepmenu",
download_url="https://github.com/firecat53/keepmenu/tarball/0.2.0",
download_url="https://github.com/firecat53/keepmenu/tarball/0.2.1",
scripts=['keepmenu'],
data_files=[('share/doc/keepmenu', ['README.rst', 'LICENSE.txt',
'config.ini.example'])],
Expand Down

0 comments on commit 65ebece

Please sign in to comment.