Skip to content

Commit

Permalink
V3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil-Lahssini committed Aug 24, 2021
1 parent e600197 commit 4a249c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion prayer_tool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# __init__.py

# Version of the prayer_tool package
__version__ = "3.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
],
packages=["prayer_tool"],
install_requires=["gtts", "playsound", "googletrans==3.1.0a0", "requests", "multipledispatch"],
Expand Down

0 comments on commit 4a249c2

Please sign in to comment.