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