diff --git a/setup.py b/setup.py index 5a6e9aa..9597247 100644 --- a/setup.py +++ b/setup.py @@ -8,13 +8,13 @@ entry_points = { "console_scripts": ['keepass-cli = keepass_cli.keepass_cli:main'] }, - version = '0.1.1', + version = '0.1.2', description = 'A cli interface to keepass/libkeepass', author = 'Nathan Huesken', author_email = 'nathan.huesken@posteo.de', install_requires=install_requires, url = 'https://github.com/RudolfVonKrugstein/keepass-cli', - download_url = 'https://github.com/RudolfVonKrugstein/keepass-cli/tarball/0.1.1', + download_url = 'https://github.com/RudolfVonKrugstein/keepass-cli/tarball/0.1.2', classifiers = [ 'Intended Audience :: Developers', 'Intended Audience :: System Administrators',