diff --git a/setup.py b/setup.py index d73d7dd..6e2de5b 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name="d2vs", - version="0.0.3", + version="0.0.4", packages=["d2vs"], description="Save contacts from your terminal", long_description=open("README.md", "r").read(), long_description_content_type="text/markdown", - url="https://github.com/wangonya/contacts-cli", + url="https://github.com/ckcollab/d2vs", author="Eric Carmichael", author_email="eric@ckcollab.com", license="MIT",