Skip to content

Commit b182472

Browse files
committed
Version Bump
1 parent d6ae474 commit b182472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyDictAPI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"""
7878
__author__ = "Shawan Mandal"
7979
__email__ = "imshawan.dev049@gmail.com"
80-
__version__ = "1.5.1"
80+
__version__ = "1.5.2"
8181

8282
try:
8383
from .scrape import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="PyDictAPI",
16-
version="1.5.1",
16+
version="1.5.2",
1717
author="Shawan Mandal",
1818
author_email="imshawan.dev049@gmail.com",
1919
description="An advanced Dictionary and Translator Module for Python",

0 commit comments

Comments
 (0)