chore: update version to 0.3.9 and tweak .gitignore
All checks were successful
Docker CI/CD / Docker Build and Push to Docker Hub (push) Successful in 2m21s
Python Package CI/CD / Publish to PyPI (push) Successful in 1m7s

Bumped the project version to 0.3.9 in preparation for the next release. Adjusted .gitignore to properly ignore /dist/ directory. No major functionality changes expected.
This commit is contained in:
Kumi 2024-07-07 14:44:40 +02:00
parent cfb81fada1
commit c82e0961b7
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
.env
.vscode
__pycache__/
dist/
/dist/
docker-compose.yml
privacy.md
privacy.txt

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "structables"
version = "0.3.8"
version = "0.3.9"
authors = [
{ name="Private.coffee Team", email="support@private.coffee" },
]