pyproject.toml: set version to current (v6.0.4)

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-02-03 19:24:57 -08:00
parent 9111f645b7
commit c39a648bf2
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -8,7 +8,7 @@
# #
[tool.poetry] [tool.poetry]
name = "aurweb" name = "aurweb"
version = "5.0.0" # Updated via poetry-dynamic-versioning version = "v6.0.4"
license = "GPL-2.0-only" license = "GPL-2.0-only"
description = "Source code for the Arch User Repository's website" description = "Source code for the Arch User Repository's website"
homepage = "https://aur.archlinux.org" homepage = "https://aur.archlinux.org"