Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjishnu committed Jun 4, 2024
1 parent 9149d0b commit 3b4e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 3b4e263

Please sign in to comment.