We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ae474 commit b182472Copy full SHA for b182472
PyDictAPI/__init__.py
@@ -77,7 +77,7 @@
77
"""
78
__author__ = "Shawan Mandal"
79
__email__ = "imshawan.dev049@gmail.com"
80
-__version__ = "1.5.1"
+__version__ = "1.5.2"
81
82
try:
83
from .scrape import *
setup.py
@@ -13,7 +13,7 @@
13
14
setuptools.setup(
15
name="PyDictAPI",
16
- version="1.5.1",
+ version="1.5.2",
17
author="Shawan Mandal",
18
author_email="imshawan.dev049@gmail.com",
19
description="An advanced Dictionary and Translator Module for Python",
0 commit comments