diff --git a/.gitignore b/.gitignore index 63f860a..838321e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *venv/ .vscode/ *out*/ +assets/ # python files __pycache__/ diff --git a/pyproject.toml b/pyproject.toml index 62eadfd..fd4cd4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skyeweave" -version = "0.1.0-c.1" +version = "1.0.0-c.1" requires-python = ">= 3.10" authors = [{name = "Firq", email = "firelp42@gmail.com"}] maintainers = [{name = "Firq", email = "firelp42@gmail.com"}]