From 1a221c5ead1bd09b38ed94360bc592929500451b Mon Sep 17 00:00:00 2001 From: Victor Garric Date: Fri, 22 Jan 2021 08:46:51 +0100 Subject: [PATCH] Update setup.py Updating version before uploading to PyPi --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a0799ec..27a237d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pip_search", - version="0.0.2", + version="0.0.4", author="Victor Garric", author_email="victor.garric@gmail.com", description="A package to search like pip used to via PyPi", @@ -22,4 +22,4 @@ "pip_search=pip_search.pip_search:main", ], }, -) \ No newline at end of file +)