From 926aa582dc0cbb58b8f0c98755f68a30c87a982a Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 16 Oct 2024 22:28:23 +0200 Subject: [PATCH] Rebranding and first RC --- .gitignore | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"}]