diff --git a/pyproject.toml b/pyproject.toml index 3116745..10fddc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "afutc" -version = "0.1.0" -description = "" +version = "1.0.0" +description = "Another Fucking Ugly Tetris Clone" authors = ["kirbylife "] [tool.poetry.dependencies] @@ -17,4 +17,3 @@ start = "afutc:start" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" -