Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Oct 17, 2021
1 parent 78328a4 commit 4dc8a5f
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,14 +3,14 @@
from setuptools import setup

setup(name="keepmenu",
version="1.0.0",
version="1.1.0",
description="Dmenu frontend for Keepass databases",
long_description=open('README.md', 'rb').read().decode('utf-8'),
long_description_content_type="text/markdown",
author="Scott Hansen",
author_email="firecat4153@gmail.com",
url="https://github.com/firecat53/keepmenu",
download_url="https://github.com/firecat53/keepmenu/tarball/1.0.0",
download_url="https://github.com/firecat53/keepmenu/tarball/1.1.0",
packages=['keepmenu'],
entry_points={
'console_scripts': ['keepmenu=keepmenu.__main__:main']
Expand Down

0 comments on commit 4dc8a5f

Please sign in to comment.