Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Updating version before uploading to PyPi
  • Loading branch information
victorgarric committed Jan 22, 2021
1 parent f0ecdb7 commit 1a221c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -22,4 +22,4 @@
"pip_search=pip_search.pip_search:main",
],
},
)
)

0 comments on commit 1a221c5

Please sign in to comment.