diff --git a/setup.cfg b/setup.cfg index 8c2d4bf..a13bf02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=maze_gitb # temp name -version=1.0 +version=1.0.0 license=MIT description=A maze game that required users to think inside the box to win long_description=long_description diff --git a/setup.py b/setup.py index 1e2a73d..82e58f2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="maze_gitb", # temp name - version="1.0", + version="1.0.0", license="MIT", description="A maze game that required users to think inside the box to win", long_description=long_description,