From 65ebececdcd10179bbc30cb0b4571046a251795f Mon Sep 17 00:00:00 2001 From: Scott Hansen Date: Mon, 12 Feb 2018 17:10:14 -0800 Subject: [PATCH] Tag 0.2.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 88b1392..2312e9c 100755 --- a/setup.py +++ b/setup.py @@ -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="firecat4153@gmail.com", 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'])],