diff --git a/setup.py b/setup.py index 3e432f6..df0127b 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,11 @@ setup( name="avt_fresh", author="Zev Averbach", author_email="zev@averba.ch", - version="0.0.3", + version="0.0.4", license="MIT", python_requires=">3.10.0", keywords='freshbooks API', + url='https://github.com/zevaverbach/avt-fresh', install_requires=[ 'requests', 'python-dotenv',