diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-02-05 20:38:42 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-02-05 20:38:42 +0100 |
commit | 705e48d8d30fdccf5652385c5d5016fd52868a39 (patch) | |
tree | 564ed6e664f620c3bf2cfcd0af55acfe48e2520f /pyproject.toml | |
parent | 832c7906f324afb6c4e666fa13978c12014c4500 (diff) | |
download | fietsboek-705e48d8d30fdccf5652385c5d5016fd52868a39.tar.gz fietsboek-705e48d8d30fdccf5652385c5d5016fd52868a39.tar.bz2 fietsboek-705e48d8d30fdccf5652385c5d5016fd52868a39.zip |
bump version to 0.10.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 646022a..3338057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "fietsboek" description = "GPX file sharing website" -version = "0.9.0" +version = "0.10.0" license = "AGPL-3.0-or-later" readme = "README.md" authors = [ |