Commit graph

2 commits

Author SHA1 Message Date
d5880f9a2c
chore: bump version to 0.1.1
Some checks failed
Python Package CI/CD / Publish to PyPI (push) Successful in 1m13s
Python Package CI/CD / Setup and Test (push) Failing after 11m57s
Incremented the project version from 0.1.0 to 0.1.1 to reflect recent bug fixes and minor adjustments. This version update ensures compatibility with downstream dependencies and communicates stability improvements.
2024-08-17 15:45:18 +02:00
6d62dc99c8
feat: introduce CI/CD workflow and packaging setup
Added Forgejo Actions workflow for Python package CI/CD, enabling automated testing and deployment to PyPI upon new tags. Introduced README and LICENSE files to document and license the project. Set up project with pyproject.toml, specifying dependencies, build system, and scripts. Configured .gitignore to exclude build artifacts.

Helps automate deployment and set a structured foundation for the project.
2024-08-17 15:36:04 +02:00