Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjishnu committed Mar 12, 2024
1 parent b45d86f commit ec57533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
from setuptools import setup, find_packages

VERSION = "1.3.0"
VERSION = "1.3.1"
DESCRIPTION = "A concurrent python download manager"
with open("README.md", "r") as f:
LONG_DESCRIPTION = f.read()

setup(
name="pypdl",
version=VERSION,
author="m-jishnu",
author="mjishnu",
author_email="<[email protected]>",
description=DESCRIPTION,
long_description_content_type="text/markdown",
long_description=LONG_DESCRIPTION,
url="https://github.com/m-jishnu/pypdl",
url="https://github.com/mjishnu/pypdl",
license="MIT",
classifiers={
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit ec57533

Please sign in to comment.