feat: bump version to 0.2.1, update .gitignore

Incremented the project version to 0.2.1, preparing for a new release with minor improvements and bug fixes. Additionally, refined the .gitignore file to explicitly include the distribution directory, ensuring build artifacts are not accidentally committed to version control. This step aligns with best practices for Python project maintenance and distribution.
This commit is contained in:
Kumi 2024-05-23 09:05:26 +02:00
parent 0b4676b720
commit de11b2843d
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -3,4 +3,4 @@ venv/
__pycache__/
.vscode
privacy.txt
dist/
/dist/

View file

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