Skip to content

Commit

Permalink
Version 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jan 28, 2019
1 parent 8569249 commit 2b40bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Scott Hansen <firecat four one five three at gmail dot com>
Copyright (c) 2019 Scott Hansen <firecat four one five three at gmail dot com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.5",
version="0.5.6",
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.5",
download_url="https://github.com/firecat53/keepmenu/tarball/0.5.6",
scripts=['keepmenu'],
data_files=[('share/doc/keepmenu', ['README.rst', 'LICENSE.txt',
'config.ini.example']),
Expand Down

0 comments on commit 2b40bcd

Please sign in to comment.