Skip to content

Commit

Permalink
Update v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Keda87 committed Mar 26, 2016
1 parent c468235 commit 3ac82b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Installation:
surah.get('ayat')
surah.get('translate')
surah.get('sound')
surah.get('description')
2 changes: 1 addition & 1 deletion odoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_random_surah(self, lang='id'):
:lang -- String contains language code.
Return:
:dict -- Paired ayat, sound and the translation.
:dict -- Paired ayat, sound, description and the translation.
"""

# Ensure the language supported.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.3',
version='1.4',

description='Library to get random ayah within quran including the translation.',
long_description=long_description,
Expand Down

0 comments on commit 3ac82b5

Please sign in to comment.