chore: update version to 0.3.9 and tweak .gitignore
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:
parent
cfb81fada1
commit
c82e0961b7
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
.env
|
.env
|
||||||
.vscode
|
.vscode
|
||||||
__pycache__/
|
__pycache__/
|
||||||
dist/
|
/dist/
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
privacy.md
|
privacy.md
|
||||||
privacy.txt
|
privacy.txt
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "structables"
|
name = "structables"
|
||||||
version = "0.3.8"
|
version = "0.3.9"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Private.coffee Team", email="support@private.coffee" },
|
{ name="Private.coffee Team", email="support@private.coffee" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue