Skip to content

Commit

Permalink
Version bump to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtaarn000 committed Apr 7, 2021
1 parent 38f633a commit 42caeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PriceHero/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "0.5.3"
__version__ = "0.5.4"
__author__ = "mehtaarn000"
__license__ = "MIT"
__maintainer__ = "mehtaarn000"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit 42caeff

Please sign in to comment.