chore: bump version to 0.1.6 in pyproject.toml
All checks were successful
Python Package CI/CD / Setup and Test (push) Successful in 1m8s
Python Package CI/CD / Publish to PyPI (push) Successful in 1m6s

Updated the project version from 0.1.5 to 0.1.6 to reflect recent changes and improvements in the codebase. Ensures compatibility and clarity in the project's release management.
This commit is contained in:
Kumi 2024-06-16 08:41:06 +02:00
parent e28dcaf942
commit 5933e35f68
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "matrix-rssbot"
version = "0.1.5"
version = "0.1.6"
authors = [{ name = "Private.coffee Team", email = "support@private.coffee" }]