From 9f47ab685ff53a3fccf008586801384411da596b Mon Sep 17 00:00:00 2001 From: m-jishnu Date: Sat, 2 Sep 2023 10:30:02 +0530 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()