commit | 2a4561d88391db3767ea6d0dcfb1f01bdacaae41 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 21 16:37:31 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 21 16:37:31 2022 -0400 |
tree | efb3fe164f05c47a2ac9d91422409d11efd21169 | |
parent | 08f3174e03adf9f1c442d1b9c65d380cae459eab [diff] |
ci: fix version for pyprojec.toml
diff --git a/pyproject.toml b/pyproject.toml index 9b1742e..4aa4853 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,8 +1,6 @@ -name = "atmosphere" - [tool.poetry] name = "atmosphere" -version = "0.1.0" +version = "0.0.0" description = "" authors = ["Mohammed Naser <mnaser@vexxhost.com>"] readme = "README.md"