diff --git a/setup.py b/setup.py index 11178e5..4778db1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ author='Leonel Câmara', author_email='leonelcamara@gmail.com', url='https://github.com/aidhound/hotxlfp', - download_url='https://github.com/aidhound/hotxlfp/archive/0.0.11.tar.gz', + download_url='https://github.com/aidhound/hotxlfp/archive/0.0.13.tar.gz', keywords=['excel', 'formula', 'parser'], install_requires=['ply', 'python-dateutil'], long_description='\n'.join(l for l in open('README.md', encoding="utf-8").readlines() if not l.startswith('[!')),