diff --git a/setup.py b/setup.py index e0f8b35..29c391c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r") as f: setup( name="squirrel-battle", - version="1.0.0", + version="3.14", author="ynerant", author_email="ynerant@crans.org", description="Watch out for squirrel's knifes!", @@ -39,5 +39,4 @@ setup( "squirrel-battle = squirrelbattle.bootstrap:Bootstrap.run_game", ] } - )