feat: Bump version

This commit is contained in:
Marty Oehme 2025-04-09 11:59:44 +02:00
parent f20dd14c6f
commit fb88316bc4
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 9 additions and 3 deletions

View file

@ -1,13 +1,18 @@
[project]
name = "topen"
version = "0.1.0"
description = "Quickly edit notes for your taskwarrior tasks"
version = "0.2.0"
description = "simple taskwarrior note management"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"tasklib>=2.5.1",
]
[project.urls]
Documentation = "https://marty-oehme.github.io/topen"
Repository = "https://github.com/marty-oehme/topen"
Changelog = "https://github.com/marty-oehme/topen/blob/main/CHANGELOG.md"
[tool.uv]
package = true