feat: update project version and documentation link

- Bump version from 0.1.0 to 0.1.1
- Update documentation URL to point to GitHub repository
This commit is contained in:
Alpha Nerd 2026-02-03 18:40:51 +01:00
parent 77084737dd
commit 2c6677748a
8 changed files with 1104 additions and 2 deletions

2
.gitignore vendored
View file

@ -28,6 +28,7 @@ venv/
ENV/
env.bak/
venv.bak/
.claude/
# IDE
.idea/
@ -49,6 +50,7 @@ build/
dist/
*.egg-info/
*.egg
*.sh
# Virtual environments
venv/