Rebranding and first RC
All checks were successful
/ pylint (push) Successful in 11s
/ mypy (push) Successful in 15s
/ lint-and-typing (push) Successful in 15s
/ build-artifacts (push) Successful in 7s
/ release (push) Successful in 6s
/ publish-artifacts (push) Successful in 8s

This commit is contained in:
Firq 2024-10-16 22:28:23 +02:00
parent f3f4ec51d2
commit 926aa582dc
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
*venv/
.vscode/
*out*/
assets/
# python files
__pycache__/

View file

@ -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"}]