diff --git a/VERSION b/VERSION index e4c0d46..ee90284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 diff --git a/setup.py b/setup.py index 3efb8c0..c598607 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): packages=["mock_decorators"], description="Mock library using python decorators", long_description=read('README.md'), - url='https://github.com/fhuertas/mock_decorators' + url='https://github.com/fhuertas/mock_decorators', download_url="https://github.com/fhuertas/mock_decorators/tarball/{}".format(read('VERSION')), install_requires=required, classifiers=[