diff options
| author | vin <git@vineetk.net> | 2025-11-15 19:10:20 -0500 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2025-11-15 19:16:04 -0500 |
| commit | fb3aec03f48ef89c1eb28a225e30df8d92cea882 (patch) | |
| tree | e727a6159d47c07d95af0eabbc49da8f7b00b802 /pyproject.toml | |
| parent | 873ff13bb0659a56cfec2e07b464a5f1bf8e722f (diff) | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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] |
| 2 | name = "adblock" | 2 | name = "adblock" |
| 3 | version = "0.6.0" | 3 | version = "0.7.0" |
| 4 | description = "Brave's adblocking in Python" | 4 | description = "Brave's adblocking in Python" |
| 5 | requires-python = ">=3.7" | 5 | requires-python = ">=3.7" |
| 6 | authors = [{ name = "Árni Dagur", email = "arni@dagur.eu" }] | 6 | authors = [{ name = "Árni Dagur", email = "arni@dagur.eu" }] |
| @@ -13,7 +13,7 @@ classifiers = [ | |||
| 13 | 13 | ||
| 14 | [tool.poetry] | 14 | [tool.poetry] |
| 15 | name = "adblock" | 15 | name = "adblock" |
| 16 | version = "0.6.0" | 16 | version = "0.7.0" |
| 17 | description = "Brave's adblocking in Python" | 17 | description = "Brave's adblocking in Python" |
| 18 | authors = ["Árni Dagur <arni@dagur.eu>"] | 18 | authors = ["Árni Dagur <arni@dagur.eu>"] |
| 19 | 19 | ||
