diff --git a/setup.py b/setup.py index 1b2cf60..9522432 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '1.0.6' +VERSION = '1.0.7' DESCRIPTION = 'A concurrent python download manager' with open("README.md", "r") as f: LONG_DESCRIPTION = f.read()