Start at version 3.14

This commit is contained in:
Yohann D'ANELLO 2020-11-19 03:14:34 +01:00
parent 0fbbf4925d
commit 082ac5e260
1 changed files with 1 additions and 2 deletions

View File

@ -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",
]
}
)