From 095ebe3407b4b46f7b0af2049df471ec1e83da7d Mon Sep 17 00:00:00 2001 From: mjishnu Date: Sat, 6 Apr 2024 12:49:39 +0530 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad9a9ba..675a068 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "1.3.1" +VERSION = "1.3.2" DESCRIPTION = "A concurrent python download manager" with open("README.md", "r") as f: LONG_DESCRIPTION = f.read()