diff options
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 | ||
