1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00

docs: bump version to v1.0.0

This commit is contained in:
Étienne Fildadut 2025-10-15 16:24:43 +02:00
parent 5d92c32e41
commit 0c5860cd5d
3 changed files with 6 additions and 9 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "feather"
version = "0.1.0"
version = "1.0.0"
authors = [ { name = 'Étienne "Reuh" Fildadut' } ]
description = "file-based RSS reader client"
readme = "README.md"
@ -8,7 +8,6 @@ requires-python = ">=3.12"
dependencies = [
"google-reader>=0.0.3",
"jinja2>=3.1.6",
"requests>=2.32.5",
"ttrss-python>=0.5",
"tzdata>=2025.2",
"watchfiles>=1.1.0",