diff --git a/setup.py b/setup.py index 8c45edf..fa18a0f 100644 --- a/setup.py +++ b/setup.py @@ -7,10 +7,10 @@ with open(path.join(here, 'README.md'), 'r', encoding='utf-8') as f: setup( name="bundlewrap-pass", - version="1.0.1", + version="1.0.2", description="Get passwordstore entries via bundlewrap", author="Franziska Kunsmann", - author_email="hi@kunsmann.eu", + author_email="pypi@kunsmann.eu", license="GPLv3", py_modules=['bwpass'], keywords=["configuration", "config", "management"],