fix previous, reported by aja@

This commit is contained in:
sthen
2024-06-25 20:25:00 +00:00
parent 77393f7cc9
commit 13202bd115
+1 -1
View File
@@ -16,7 +16,7 @@ Index: pyproject.toml
+[project]
name = "adblock"
-version = "0.0.0"
+version = "${MODPY_EGG_VERSION}"
+version = "0.6.0"
description = "Brave's adblocking in Python"
-authors = ["Árni Dagur <arni@dagur.eu>"]
+requires-python = ">=3.7"