diff --git a/deemix/__init__.py b/deemix/__init__.py index 73282f1..235f7d9 100644 --- a/deemix/__init__.py +++ b/deemix/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = "2.0.9" +__version__ = "2.0.10" USER_AGENT_HEADER = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) " \ "Chrome/79.0.3945.130 Safari/537.36" diff --git a/setup.py b/setup.py index 32d1235..b8d655e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ README = (HERE / "README.md").read_text() setup( name="deemix", - version="2.0.9", + version="2.0.10", description="A barebone deezer downloader library", long_description=README, long_description_content_type="text/markdown",