Skip to content

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Mar 15, 2018
1 parent 5d2c184 commit a5072c5
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.5.1",
version="0.5.2",
description="Dmenu frontend for Keepass databases",
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.5.1",
download_url="https://github.com/firecat53/keepmenu/tarball/0.5.2",
scripts=['keepmenu'],
data_files=[('share/doc/keepmenu', ['README.rst', 'LICENSE.txt',
'config.ini.example'])],
Expand Down

0 comments on commit a5072c5

Please sign in to comment.