summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2025-11-15 19:10:20 -0500
committervin <git@vineetk.net>2025-11-15 19:16:04 -0500
commitfb3aec03f48ef89c1eb28a225e30df8d92cea882 (patch)
treee727a6159d47c07d95af0eabbc49da8f7b00b802 /pyproject.toml
parent873ff13bb0659a56cfec2e07b464a5f1bf8e722f (diff)
update dependenciesHEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 564e100..24448ce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
1[project] 1[project]
2name = "adblock" 2name = "adblock"
3version = "0.6.0" 3version = "0.7.0"
4description = "Brave's adblocking in Python" 4description = "Brave's adblocking in Python"
5requires-python = ">=3.7" 5requires-python = ">=3.7"
6authors = [{ name = "Árni Dagur", email = "arni@dagur.eu" }] 6authors = [{ name = "Árni Dagur", email = "arni@dagur.eu" }]
@@ -13,7 +13,7 @@ classifiers = [
13 13
14[tool.poetry] 14[tool.poetry]
15name = "adblock" 15name = "adblock"
16version = "0.6.0" 16version = "0.7.0"
17description = "Brave's adblocking in Python" 17description = "Brave's adblocking in Python"
18authors = ["Árni Dagur <arni@dagur.eu>"] 18authors = ["Árni Dagur <arni@dagur.eu>"]
19 19