Skip to content

Commit

Permalink
updated version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasagar1432 committed Nov 28, 2021
1 parent 65eed31 commit 9e0b95b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup
# from distutils.core import setup

with open("README.md", "r") as fh:
long_description = fh.read()
Expand All @@ -8,7 +7,7 @@
setup(
name = 'JioSaavn',
packages = ['JioSaavn'],
version = 'v0.0.3',
version = 'v0.0.4',
license='MIT',
description = 'Search for JioSaavn songs & album. Get song ,album & lyric information.',
long_description=long_description,
Expand All @@ -17,7 +16,7 @@
author_email = '[email protected]',
url = 'https://github.com/vidyasagar1432/JioSaavn',
# download_url = '',
keywords = ['jiosaavn', 'jiosaavnapi', 'songs', 'albums', 'lyrics'],
keywords = ['jiosaavn','jiosaavnapi','JioSaavn','songs','albums','lyrics'],
install_requires=[
'aiohttp',
],
Expand Down

0 comments on commit 9e0b95b

Please sign in to comment.