Skip to content

Commit

Permalink
Use different version number due to file already exists issue
Browse files Browse the repository at this point in the history
Previously incorrectly uploaded to live PyPI, so, despite deleting the project on there, the file names cannot be reused.
  • Loading branch information
Ruben9922 committed May 3, 2020
1 parent a48a045 commit 06c4710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ruben-snake-cmd",
version="0.2.0",
version="0.2.2",
author="Ruben Dougall",
author_email="[email protected]",
description="Command-line version of the classic Snake game.",
Expand Down

0 comments on commit 06c4710

Please sign in to comment.