diff --git a/PriceHero/__init__.py b/PriceHero/__init__.py index e4fe5ef..bfa6abd 100644 --- a/PriceHero/__init__.py +++ b/PriceHero/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = "0.5.3" +__version__ = "0.5.4" __author__ = "mehtaarn000" __license__ = "MIT" __maintainer__ = "mehtaarn000" diff --git a/setup.py b/setup.py index 2056e5c..880c360 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="PriceHero-mehtaarn000", - version="0.5.3", + version="0.5.4", author="mehtaarn000", description="A python module that will allow users to get product prices information from a multitude of different websites. ", long_description=long_description,